ComboBox.IsDropDownOpen Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property bool IsDropDownOpen { bool get(); void set(bool value); };
bool IsDropDownOpen();
void IsDropDownOpen(bool value);
public bool IsDropDownOpen { get; set; }
var boolean = comboBox.isDropDownOpen;
comboBox.isDropDownOpen = boolean;
Public Property IsDropDownOpen As Boolean
<ComboBox IsDropDownOpen="bool"/>
Property Value
Boolean
bool
True if the drop-down portion is open; otherwise, false. The default is false.