Defines some well-known command identifiers for context menus.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax Members
| Member name | Value | Description |
---|
| DFM_CMD_DELETE | -1 | Windows Vista and later. Delete the current item.
|
| DFM_CMD_MOVE | -2 | Windows Vista and later. Move the current item.
|
| DFM_CMD_COPY | -3 | Windows Vista and later. Copy the current item.
|
| DFM_CMD_LINK | -4 | Windows Vista and later. Create a link to the current item.
|
| DFM_CMD_PROPERTIES | -5 |
Show the Properties UI for the item on which the menu was invoked.
|
| DFM_CMD_NEWFOLDER | -6 |
Not supported.
|
| DFM_CMD_PASTE | -7 | Windows Vista and later. Paste an item to the current location.
|
| DFM_CMD_VIEWLIST | -8 |
Not supported.
|
| DFM_CMD_VIEWDETAILS | -9 |
Not supported.
|
| DFM_CMD_PASTELINK | -10 | Windows Vista and later. Paste a link at the current location.
|
| DFM_CMD_PASTESPECIAL | -11 |
Not supported.
|
| DFM_CMD_MODALPROP | -12 |
Not supported.
|
| DFM_CMD_RENAME | -13 | Windows Vista and later. Rename the current item.
|
See Also