FocusDropDownControlOnOpen Property
In This Topic
Gets or sets a value that indicates whether focus the drop-down listbox when drop-down window opened. This is a dependency property.
Syntax
'Declaration
Public Property FocusDropDownControlOnOpen As Boolean
'Usage
Dim instance As GcComboBox
Dim value As Boolean
instance.FocusDropDownControlOnOpen = value
value = instance.FocusDropDownControlOnOpen
public bool FocusDropDownControlOnOpen {get; set;}
Property Value
true will make the dropdown listbox got focus; otherwise,
false. The default value is
true.
See Also