Click or drag to resize

OLECMDEXECOPT Enumeration

Specifies command execution options.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public enum OLECMDEXECOPT
Members
  Member nameValueDescription
OLECMDEXECOPT_DODEFAULT0 Prompt the user for input or not, whichever is the default behavior.
OLECMDEXECOPT_PROMPTUSER1 Execute the command after obtaining user input.
OLECMDEXECOPT_DONTPROMPTUSER2 Execute the command without prompting the user. For example, clicking the Print toolbar button causes a document to be immediately printed without user input.
OLECMDEXECOPT_SHOWHELP3 Show help for the corresponding command, but do not execute.
See Also