ComboBoxReadOnly Property |
Gets or sets whether the user can change the text in the combo box.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool ReadOnly { get; set; }
Public Property ReadOnly As Boolean
Get
Set
member ReadOnly : bool with get, set
Property Value
Type:
BooleanRemarks
When
true, the user will still be able to select/copy the text, select items from the drop down, etc.
To disable the control, use the
Enabled property.
See Also