'Declaration Public Property IsReadOnly As Boolean
'Usage Dim instance As GcComboBox Dim value As Boolean instance.IsReadOnly = value value = instance.IsReadOnly
public bool IsReadOnly {get; set;}
Property Value
true if the control is read-only; otherwise, false.The default is false.