ListBox::ObjectCollection Constructor (ListBox^)

 

Initializes a new instance of ListBox::ObjectCollection.

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

public:
ObjectCollection(
	ListBox^ owner
)

Parameters

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

The ListBox that owns 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: