AutoDropDown Property (ComboDropDownInfo)
public bool AutoDropDown {get; set;}
'Declaration
Public Property AutoDropDown As Boolean
'Usage
Dim instance As ComboDropDownInfo
Dim value As Boolean
instance.AutoDropDown = value
value = instance.AutoDropDown
Property Value
A
bool value,
true if the drop-down window is automatically shown when the control gets focus, otherwise,
false.
The default is
false.