ComboBox.DroppedDown Property
.NET Framework 1.1
Gets or sets a value indicating whether the combo box is displaying its drop-down portion.
[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 drop-down portion is displayed; otherwise, false. The default is false.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
ComboBox Class | ComboBox Members | System.Windows.Forms Namespace