UiCommandExecutionMode

Description

The UiCommandExecutionMode enumeration contains object opening modes. It is relevant if the opened object contains parameters.

It is used by the following property:

Available Values

Value Brief description
0 DoDefault. Opening mode is determined by the platform.
1 PromptUser. Show dialog box for setting parameter values. The dialog box is always shown. Depending on the settings, the dialog box may show default parameter values or the values specified by the user in the Data property.
2 DontPromptUser. Do not show dialog box for setting parameter values. The dialog box is not shown if default values are set for all the parameters or the required values are set in the Data property.

See also:

Ui Assembly Enumerations