TextBox.EnableEdit

Syntax

EnableEdit: Boolean

Description

The EnableEdit property determines whether text box can be edited.

Comments

Use JSON or the setEnableEdit method to set the property value, and the getEnableEdit method to get the property value.

If the property is set to True, it is editable, otherwise it is not.

Default value is set to True.

Example

The property use is given in the Example of Creating the TextBox Component page.

See also:

TextBox