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