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.
public enum class OLECMDEXECOPT
public enum class OLECMDEXECOPT
enum OLECMDEXECOPT
public enum OLECMDEXECOPT
type OLECMDEXECOPT =
Public Enum OLECMDEXECOPT
- Inheritance
-
OLECMDEXECOPT
Fields
Name | Value | Description |
---|---|---|
OLECMDEXECOPT_DODEFAULT | 0 | Do the default action (either prompt or do not prompt the user). |
OLECMDEXECOPT_PROMPTUSER | 1 | Prompt the user for input. |
OLECMDEXECOPT_DONTPROMPTUSER | 2 | Do not prompt the user for input. |
OLECMDEXECOPT_SHOWHELP | 3 | Show help for the corresponding command, but do not execute. |
Remarks
For information on the COM interface, see OLECMDEXECOPT