ListView::ListViewItemCollection Constructor (ListView^)

 

Initializes a new instance of the ListView::ListViewItemCollection class.

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

public:
ListViewItemCollection(
	ListView^ owner
)

Parameters

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

The ListView that owns the collection.

You should avoid using this constructor. Instead, access the ListView::ListViewItemCollection through the Items property of the ListView control.

.NET Framework
Available since 1.1
Return to top
Show: