Label.ReadOnly

Syntax

ReadOnly: Boolean

Description

The ReadOnly property determines whether a component can be edited.

Comments

Available values:

Use JSON or the setReadOnly method to set the property value, and the getReadOnly method to get the property value.

Example

The property use is given in description of the Label.Edit property.

See also:

Label