ListViewItem Constructor (array<ListViewItem::ListViewSubItem^>^, String^)

 

Initializes a new instance of the ListViewItem class with the specified subitems and image.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
ListViewItem(
	array<ListViewItem::ListViewSubItem^>^ subItems,
	String^ imageKey
)

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.

The imageKey parameter specifies an image in the ImageList associated with the owning ListView control, which can be accessed with the ImageList property.

.NET Framework
Available since 2.0
Return to top
Show: