Sets the specified subitem's foreground color. Even if a SubItem has not been defined for this index, the color information will be stored correctly (though text will not be displayed in this color until an associated subitem text string has been defined).
[Visual Basic] Overridable Public Sub SetSubItemForeColor( _ ByVal index As Integer, _ ByVal value As Color _ ) [C#] public virtual void SetSubItemForeColor( int index, Color value ); [C++] public: virtual void SetSubItemForeColor( int index, Color value ); [JScript] public function SetSubItemForeColor( index : int, value : Color );
ListItem Class | ListItem Members | System.WinForms Namespace