'Declaration
Public Property ReadOnly As Boolean
'Usage
Dim instance As DropDownEditor Dim value As Boolean instance.ReadOnly = value value = instance.ReadOnly
public bool ReadOnly {get; set;}
Property Value
A bool value, true if the drop-down editor is read-only; otherwise, false.The default is false.