ListViewItem Constructor (array<String^>^, Int32)
.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.
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: