ToolStripComboBox::ComboBox Property

 

Gets a ComboBox in which the user can enter text, along with a list from which the user can select.

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

public:
[BrowsableAttribute(false)]
property ComboBox^ ComboBox {
	ComboBox^ get();
}

Property Value

Type: System.Windows.Forms::ComboBox^

A ComboBox for a ToolStrip.

Use the ComboBox property to get ComboBox properties, methods, and events that have not been wrapped into ToolStripComboBox.

.NET Framework
Available since 2.0
Return to top
Show: