TextEditor.EnableResize

Syntax

EnableResize: Boolean;

Description

The EnableResize property determines whether the text area can be resized.

Comments

Use JSON or the setEnableResize method to set the property value, and the getEnableResize method to get the property value.

If the property is set to True text area can be resized, otherwise it cannot be resized.

Text area can be resized by dragging bottom right corner of editor text area.

Example

The property use is given in description of the TextEditor constructor.

See also:

TextEditor