IToolbarButton.Action

Syntax

Action: IActionItem;

Description

The Action property determines the ActionItem action associated with the button of the ToolBar toolbar.

Comments

Determine one of the actions that is created in the ActionList component collection as property value. On setting the action, values of all properties that are set for the button will be ignored. Values of the corresponding properties of the selected action will be applied instead of them.

Example

The example of use is given in description of the IMenuItem.Action property.

See also:

IToolbarButton