Indicates whether the DropDown of the combo is currently dropped down.
[Visual Basic] Public Property DroppedDown As Boolean [C#] public bool DroppedDown {get; set;} [C++] public: __property bool get_DroppedDown(); public: __property void set_DroppedDown(bool); [JScript] public function get DroppedDown() : Boolean; public function set DroppedDown(Boolean);
true if the DropDown is, indeed, dropped down, or false if it's snapped up.
ComboBox Class | ComboBox Members | System.WinForms Namespace