Wimark.Controls Class Library  

ListViewSubItem(String, Color, Color, Font) Constructor

Initializes a new instance of the ListViewSubItem class with a specified text, foreground color, background color, and font values.

[Visual Basic]
Public Sub New( _
   ByVal text As String, _
   ByVal foreColor As Color, _
   ByVal backColor As Color, _
   ByVal font As Font _
)
 
[C#]
public ListViewSubItem( 
   string text, 
   Color foreColor, 
   Color backColor, 
   Font font 
);
[C++]
public: ListViewSubItem( 
   String* text, 
   Color foreColor, 
   Color backColor, 
   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

ListViewSubItem Class | ListViewSubItem Members | Wimark.Controls Namespace