IActionList.RemoveAction

Syntax

RemoveAction(Action: IActionItem);

Parameters

Action. Action that should be removed from the list of actions of the component.

Description

The RemoveAction method removes the specified action from the list of actions of this component.

Comments

After removing the action from the collection, it still can be used. To reuse the action, add it to the collection of any ActionList component by using the IActionList.AddAction method.

See also:

IActionList