Click or drag to resize

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; }

Property Value

Type: Boolean
Remarks
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