IUiCommandTarget.CreateExecutionContext

Syntax

CreateExecutionContext: IUiCommandExecutionContext;

Description

The CreateExecutionContext method creates a context for command execution.

Comments

Execution context is required to determine the environment, in which the command is executed: parent window (form), execution mode and parameters.

Example

The method use is given in the example for IWinApplication.GetPluginTarget.

See also:

IUiCommandTarget