ListBox::SelectedIndexCollection Constructor (ListBox^)

 

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

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

public:
SelectedIndexCollection(
	ListBox^ owner
)

Parameters

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

A ListBox representing the owner of the collection.

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

.NET Framework
Available since 1.1
Return to top
Show: