'Declaration Public Property IsSelectable As Boolean
'Usage Dim instance As GcComboBox Dim value As Boolean instance.IsSelectable = value value = instance.IsSelectable
public bool IsSelectable {get; set;}
Property Value
true the items can be selected; otherwise, false.The default is true.