ListViewItem Constructor (array<String^>^, Int32, ListViewGroup^)
.NET Framework (current version)
Initializes a new instance of the ListViewItem class with the image index position of the item's icon and an array of strings representing subitems, and assigns the item to the specified group.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- items
-
Type:
array<System::String^>^
An array of strings that represent the subitems of the new item.
- 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. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
