TextBoxIHandlerReadOnly Property |
Gets or sets a value indicating whether this
TextBox is read only.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax bool ReadOnly { get; set; }
Property ReadOnly As Boolean
Get
Set
abstract ReadOnly : bool with get, set
Property Value
Type:
Booleantrue if the control is read only; otherwise,
false.
Remarks
A user can selected and copied text when the read only, however the user will not be able to change any of the text.
This differs from the
Enabled property, which disables all user interaction.
See Also