ListBox::IntegerCollection Constructor (ListBox^)

 

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

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

public:
IntegerCollection(
	ListBox^ owner
)

Parameters

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

The ListBox that owns the collection.

You cannot create an instance of the ListBox::IntegerCollection class without associating it with a ListBox control.

.NET Framework
Available since 2.0
Return to top
Show: