Locked

Specifies whether the controls are locked in place.

Syntax

object.Locked [= value]

The Locked property syntax has the following parts:

Part Description
object

A valid ARDesigner object
value A Boolean value.

Settings

The settings for value are:

Setting Description
True The controls cannot be moved or sized.
False The controls can be moved or sized.

Data Type

Boolean

Example

' If the controls are locked mark the menu item as checked
mnuLocked.Checked = ARDesigner1.Locked

Remarks

Default value = False