CommandExecEventArgsOptions Property |
Gets the command options.
The OLECMDEXECOPT list of values is used by most of the command identifiers, but the underlying Int32 value can be anything.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public OLECMDEXECOPT Options { get; }
Property Value
Type:
OLECMDEXECOPT
The options.
See Also