AllowDropDownOpen Property (GcNumber)
In This Topic
Gets or sets a value indicating whether allow to open drop down.
Syntax
'Declaration
<BindableAttribute(True)>
Public Property AllowDropDownOpen As Boolean
'Usage
Dim instance As GcNumber
Dim value As Boolean
instance.AllowDropDownOpen = value
value = instance.AllowDropDownOpen
[Bindable(true)]
public bool AllowDropDownOpen {get; set;}
Property Value
true allow to open drop down; otherwise,
false. The default value is
true.
See Also