Editable Property (FlexTextArea)

Action

Gets whether the user can edit the text in this control.

If true, the user can edit the text. The default value is true.

Syntax

C#
protected Boolean editable { get; }
VB
'Declaration
Protected Read Property editable As Boolean

Access

Read only.