ListViewItem Constructor (array<String^>^, String^, ListViewGroup^)
Initializes a new instance of the ListViewItem class with subitems containing the specified text, image, and group.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- items
-
Type:
array<System::String^>^
An array of strings that represents the text for subitems of the ListViewItem.
- imageKey
-
Type:
System::String^
The name of the image within the ImageList of the owning ListView to display in 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.
The imageKey parameter specifies an image in the ImageList associated with the owning ListView control, which can be accessed with the ImageList property.
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. |
Available since 2.0
