AutoOpenDropDown Property (GcComboBox)
Gets or sets a
System.Boolean value indicates the drop-down window auto shown when
GcComboBox gets focus. This is a dependency property.
'Declaration
Public Property AutoOpenDropDown As Boolean
'Usage
Dim instance As GcComboBox
Dim value As Boolean
instance.AutoOpenDropDown = value
value = instance.AutoOpenDropDown
public bool AutoOpenDropDown {get; set;}
Property Value
A
System.Boolean value,
true if the drop-down window auto shown when the control which is droppable gets focus, otherwise,
false. The default value is
false