DefaultHandlers: Boolean;
DefaultHandlers: Boolean;
The DefaultHandlers property determines whether it is possible to execute default action on the workspace shape.
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 defined in the workspaces are executed for shapes. The corresponding object opens on double click on the shape which corresponds to this repository object. If the DefaultHandlers property is set to False, all actions are processed in the component events.
By default this property is set to False.
The example of property use is given in the example for DefaultMenu.
See also: