AutoOpenDropDown Property (GcNumber)
In This Topic
Gets or sets a value indicating whether drop down opened automatically when control is activated.
Syntax
'Declaration
<BindableAttribute(True)>
Public Property AutoOpenDropDown As Boolean
'Usage
Dim instance As GcNumber
Dim value As Boolean
instance.AutoOpenDropDown = value
value = instance.AutoOpenDropDown
[Bindable(true)]
public bool AutoOpenDropDown {get; set;}
Property Value
true the control will open drop down automatically when control is activated; otherwise,
false.
See Also