Gets the specified subitem's font. If a SubItem has not been defined for this index, the font information will be obtained correctly (though text will not be displayed in this font until an associated subitem text string has been defined).
[Visual Basic] Overridable Public Function GetSubItemFont( _ ByVal index As Integer _ ) As Font [C#] public virtual Font GetSubItemFont( int index ); [C++] public: virtual Font* GetSubItemFont( int index ); [JScript] public function GetSubItemFont( index : int ) : Font;
the font of that subitem, or null if it will be displayed using the ListView's global font setting.
ListItem Class | ListItem Members | System.WinForms Namespace