Wimark.Controls Class Library  

ListViewItem.Font Property

Gets or sets the font of the text displayed by the item.

[Visual Basic]
Public Property Font As Font 
[C#]
public Font Font {get; set;}
[C++]
public: __property Font* get_Font();
public: __property void set_Font(Font*);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

ListViewItem Class | ListViewItem Members | Wimark.Controls Namespace