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 public DFM_CMD Command { get; }
Property Value
Type:
DFM_CMDThe command.
See Also