ListBox::SelectedObjectCollection Constructor (ListBox^)

 

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

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

public:
SelectedObjectCollection(
	ListBox^ owner
)

Parameters

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

A ListBox representing the owner of the collection.

An instance of this class cannot be created without associating it with a ListBox control.

.NET Framework
Available since 1.1
Return to top
Show: