IWorkspaceBox.DefaultHandlers

Syntax

DefaultHandlers: Boolean;

Description

The DefaultHandlers property determines whether default action can be executed with a workspace shape.

Comments

The property is relevant if the workspace contains shapes, for which the IWxShape.Extension property is set.

If the DefaultHandlers property is set to True, the actions determined in the workspaces are executed for shapes. The corresponding object opens on double-clicking the shape, which corresponds to this repository object. If the DefaultHandlers property is set to False, all actions are processed in the component events.

The property is set to False by default.

Example

The property use is given in the example for DefaultMenu.

See also:

IWorkspaceBox