OLECMDEXECOPT Enum

Definition

Specifies command execution options.

public enum class OLECMDEXECOPT
public enum OLECMDEXECOPT
type OLECMDEXECOPT = 
Public Enum OLECMDEXECOPT
Inheritance
OLECMDEXECOPT

Fields

OLECMDEXECOPT_DODEFAULT 0

Prompts the user for input or not, whichever is the default behavior.

OLECMDEXECOPT_DONTPROMPTUSER 2

Executes the command without prompting the user. For example, clicking the Print toolbar button causes a document to be immediately printed without user input.

OLECMDEXECOPT_PROMPTUSER 1

Executes the command after obtaining user input.

OLECMDEXECOPT_SHOWHELP 3

Shows help for the corresponding command, but does not execute.

Applies to