IWinApplication.CommandActionCustomize

Syntax

CommandActionCustomize: IUiCommandActionCustomize;

Description

The CommandActionCustomize property returns settings for operations available for various repository objects.

Comments

The property returns settings collection for actions available for repository objects. By default, the collection is empty, and action parameters are determined by system settings of the platform for each object type. Changes added in the collection impact working only of the current application instance, after closing the application all changes will be reset.

In the current implementation, action parameters can be set up for the following repository objects:

Example

The property use is given in the example for the IUiCommandActionCustomize.Add method.

See also:

IWinApplication