AdvancedComboBoxReadOnly Property

Gets or sets read-only state of the control.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[DefaultValueAttribute(false)]
public bool ReadOnly { get; set; }

Property Value

Boolean

Implements

IReadOnlyCapableReadOnly

See Also