ListView::SelectedIndexCollection Constructor (ListView^)

 

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

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

public:
SelectedIndexCollection(
	ListView^ owner
)

Parameters

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

A ListView control that owns the collection.

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

.NET Framework
Available since 1.1
Return to top
Show: