ToolStripComboBox Constructor (Control^)

 

Initializes a new instance of the ToolStripComboBox class derived from a base control.

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

public:
ToolStripComboBox(
	Control^ c
)

Parameters

c
Type: System.Windows.Forms::Control^

The base control.

Exception Condition
NotSupportedException

The operation is not supported.

.NET Framework
Available since 2.0
Return to top
Show: