ToolStripComboBox::DroppedDown Property

 

Gets or sets a value indicating whether the ToolStripComboBox currently displays its drop-down portion.

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

public:
[BrowsableAttribute(false)]
property bool DroppedDown {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the ToolStripComboBox currently displays its drop-down portion; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: