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 action that is created in the ActionListcomponent collection as property value. On setting the action, values of all properties that are set for the button will be ignored. Instead of them, values of the corresponding properties of the selected action will be applied.

Example

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

See also:

IToolbarButton