ComboBox::DroppedDown Property

 

Gets or sets a value indicating whether the combo box is displaying 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 drop-down portion is displayed; otherwise, false. The default is false.

.NET Framework
Available since 1.1
Return to top
Show: