AutoSelect Property (GcComboBox)
public bool AutoSelect {get; set;}
'Declaration
Public Property AutoSelect As Boolean
'Usage
Dim instance As GcComboBox
Dim value As Boolean
instance.AutoSelect = value
value = instance.AutoSelect
Property Value
A
bool value,
true if auto match the inputted characters according to the input, otherwise,
false.
The default is
false.