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:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public DFM_CMD Command { get; }
Property Value
Type:
DFM_CMDThe command.
See Also