Wimark.Controls Class Library  

ListViewItem.ListViewSubItemCollection.Add(String, Color, Color, Font) Method

Adds a new subitem to the collection with specified text, foreground color, background color, and font settings.

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

ListViewItem.ListViewSubItemCollection Class | ListViewItem.ListViewSubItemCollection Members | Wimark.Controls Namespace