Click or drag to resize

OLECMDEXECOPT Enumeration

Specifies command execution options.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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