NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ComboBox.DroppedDown

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);

Property Value

true if the DropDown is, indeed, dropped down, or false if it's snapped up.

See Also

ComboBox Class | ComboBox Members | System.WinForms Namespace