OLECMDEXECOPT Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies command execution options.
public enum class OLECMDEXECOPT
public enum OLECMDEXECOPT
type OLECMDEXECOPT =
Public Enum OLECMDEXECOPT
- Inheritance
-
OLECMDEXECOPT
Fields
Name | Value | Description |
---|---|---|
OLECMDEXECOPT_DODEFAULT | 0 | Prompts the user for input or not, whichever is the default behavior. |
OLECMDEXECOPT_PROMPTUSER | 1 | Executes the command after obtaining user input. |
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_SHOWHELP | 3 | Shows help for the corresponding command, but does not execute. |