Wimark.Controls Class Library  

ListViewItem(String[], Int32, Color, Color, Font) Constructor

Initializes a new instance of the ListViewItem class with an array of strings representing subitems, the image index position of the item's icon, and the foreground color, background color, and font of the item.

[Visual Basic]
Public Sub New( _
   ByVal items As String (), _
   ByVal imageIndex As Integer, _
   ByVal foreColor As Color, _
   ByVal backColor As Color, _
   ByVal font As Font _
)
 
[C#]
public ListViewItem( 
   string[] items, 
   int imageIndex, 
   Color foreColor, 
   Color backColor, 
   Font font 
);
[C++]
public: ListViewItem( 
   String* items, 
   int imageIndex, 
   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 Class | ListViewItem Members | Wimark.Controls Namespace