IUiCommandActionCustomize.Find

Syntax

Find(Name: String): IUiCommandAction;

Parameters

Name - name of the action, which parameters are to be set up.

Select one of the following reserved names as a parameter value:

If required, the prefix of the objects, to which the settings are applied, can be determined for the common actions:

Description

The Find method searches an action by its name and returns action parameter if the search is successful.

Comments

Action names are case-insensitive. If an action is not found, the method returns Null.

See also:

IUiCommandActionCustomize