ComboBox::ObjectCollection Constructor (ComboBox^)

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

public:
ObjectCollection(
	ComboBox^ owner
)

Parameters

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

The ComboBox that owns this object collection.

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

.NET Framework
Available since 1.1
Return to top
Show: