Click or drag to resize

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:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public OLECMDEXECOPT Options { get; }

Property Value

Type: OLECMDEXECOPT
The options.
See Also