ListViewItem Constructor (array<ListViewItem::ListViewSubItem^>^, String^)
.NET Framework (current version)
Initializes a new instance of the ListViewItem class with the specified subitems and image.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- subItems
-
Type:
array<System.Windows.Forms::ListViewItem::ListViewSubItem^>^
An array of ListViewItem::ListViewSubItem objects.
- 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: