TextAreaReadOnly Property |
Gets or sets a value indicating whether this
TextArea is read only.
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:
Booleantrue if the control is read only; otherwise,
false.
Remarks
A read only text box can be scrolled, text can be selected and copied, etc. 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