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