TextArea.TextSelectable

Syntax

TextSelectable: Boolean

Description

The TextSelectable property determines whether it is available to select the text of the text area.

Comments

Available values:

Use JSON or the setTextSelectable method to set the property value and the getTextSelectable method to get the property value.

Example

The property use is given in description of the TextArea.getContentNode method.

See also:

TextArea