ListViewItem Constructor (array<String^>^, String^)
.NET Framework (current version)
Initializes a new instance of the ListViewItem class with the specified item and subitem text and image.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- items
-
Type:
array<System::String^>^
An array containing the text of the subitems of the ListViewItem.
- imageKey
-
Type:
System::String^
The name of the image within the ImageList of the owning ListView to display in the ListViewItem.
.NET Framework
Available since 2.0
Available since 2.0
Show: