ShellContextMenuCommand Enumeration |
Values that represent shell context menu commands.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public enum ShellContextMenuCommand
Public Enumeration ShellContextMenuCommand
public enum class ShellContextMenuCommand
type ShellContextMenuCommand
Members
| Member name | Value | Description |
---|
| Default | 0 | An enum constant representing the default option. |
| Open | 1 | This is a constant string that represents the 'open' shell command. |
| OpenWith | 2 | This is a constant string that represents the 'openas' shell command. |
| Copy | 3 | This is a constant string that represents the 'copy' shell command. |
| Cut | 4 | This is a constant string that represents the 'cut' shell command. |
| Delete | 5 | This is a constant string that represents the 'delete' shell command |
| Paste | 6 | This is a constant string that represents the 'paste' shell command. |
| Rename | 7 | This is a constant string that represents the 'rename' shell command. |
| RunAs | 8 | This is a constant string that represents the 'runas' shell command. |
| Explore | 9 | This is a constant string that represents the 'explore' shell command. |
| Undelete | 10 | This is a constant string that represents the 'undelete' shell command. |
| Properties | 11 | This is a constant string that represents the 'properties' shell command. |
| EmptyBitBucket | 12 | This is a constant string that represents the 'empty' shell command for Bitbucket. |
| Link | 13 | This is a constant string that represents the 'Link' shell command. |
| GoUp | 14 | This is a constant string that represents the 'Go up' shell command. |
| PinToHome | 15 | This is a constant string that represents the 'Pin to home' shell command in Windows 10 and later. |
| UnpinFromHome | 16 | This is a constant string that represents the 'Unpin from home' shell command in Windows 10 and later. |
| Custom | 17 | This is a constant string that represents a custom command. It is used internally. |
See Also