ComboBox::DroppedDown Property
.NET Framework (current version)
Gets or sets a value indicating whether the combo box is displaying its drop-down portion.
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::Booleantrue if the drop-down portion is displayed; otherwise, false. The default is false.
.NET Framework
Available since 1.1
Available since 1.1
Show: