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