ListViewItem::ListViewSubItemCollection Constructor (ListViewItem^)

 

Initializes a new instance of the ListViewItem::ListViewSubItemCollection class.

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

public:
ListViewSubItemCollection(
	ListViewItem^ owner
)

Parameters

owner
Type: System.Windows.Forms::ListViewItem^

The ListViewItem that owns the collection.

You cannot create an instance of this class without associating it with a ListViewItem.

.NET Framework
Available since 1.1
Return to top
Show: