ListViewItem Constructor (String^, Int32, ListViewGroup^)
Initializes a new instance of the ListViewItem class with the specified item text and the image index position of the item's icon, and assigns the item to the specified group.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- text
-
Type:
System::String^
The text to display for the item. This should not exceed 259 characters.
- imageIndex
-
Type:
System::Int32
The zero-based index of the image within the ImageList associated with the ListView that contains the item.
- group
-
Type:
System.Windows.Forms::ListViewGroup^
The ListViewGroup to assign the item to.
This version of the constructor allows you to specify the group to which an item belongs.
Note |
|---|
ListView groups are only available on Windows XP and the Windows Server 2003 family (Windows XP Home Edition, Windows XP Professional, Windows Server 2003). For more information, see the ListViewGroup overview topic. |
The text of the ListViewItem should not exceed 259 characters or unexpected behavior could occur.
Available since 2.0
