Click or drag to resize

ShellMenuInvokeEventArgsCommand Property

Gets the menu item command. Note -1 or DFM_CMD_DELETE is often used as a placeholder for "undefined" for example when called after a command mapping that didn't set another identifier.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public DFM_CMD Command { get; }

Property Value

Type: DFM_CMD
The command.
See Also