TabSheetSettings.EnableMoveObjects

Syntax

EnableMoveObjects: Boolean

Description

The EnableMoveObjects property indicates if objects can be moved.

Comments

Use JSON or the setEnableMoveObjects method to set the property value, and the getEnableMoveObjects method to get the property value.

This property containsTrue if the objects can be moved, or False when they cannot.

By default this property is True.

Example

The example of property use is given on the page with description of the TabSheet.addObject method.

See also:

TabSheetSettings