'Declaration Public Property IsAutoSelectCaseSensitive As Boolean
'Usage Dim instance As GcComboBox Dim value As Boolean instance.IsAutoSelectCaseSensitive = value value = instance.IsAutoSelectCaseSensitive
public bool IsAutoSelectCaseSensitive {get; set;}