IActionList.RemoveAction

Syntax

RemoveAction(Action: IActionItem);

Parameters

Action. Action that should be removed from 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 collection, it is still available to use. To reuse the action, it should be added to the collection of any ActionList component by using the IActionList.AddAction method.

See also:

IActionList