AdvancedComboBoxReadOnly Property
Gets or sets read-only state of the control.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
[DefaultValueAttribute(false)]
public bool ReadOnly { get; set; }
<DefaultValueAttribute(false)>
Public Property ReadOnly As Boolean
Get
Set
public:
[DefaultValueAttribute(false)]
virtual property bool ReadOnly {
bool get () sealed;
void set (bool value) sealed;
}
[<DefaultValueAttribute(false)>]
abstract ReadOnly : bool with get, set
[<DefaultValueAttribute(false)>]
override ReadOnly : bool with get, set
BooleanIReadOnlyCapableReadOnly