ShellContextMenuCommand Enumeration |
Values that represent shell context menu commands.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.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. |
| Copy | 2 | This is a constant string that represents the 'copy' shell command. |
| Cut | 3 | This is a constant string that represents the 'cut' shell command. |
| Delete | 4 | This is a constant string that represents the 'delete' shell command |
| Paste | 5 | This is a constant string that represents the 'paste' shell command. |
| Rename | 6 | This is a constant string that represents the 'rename' shell command. |
| RunAs | 7 | This is a constant string that represents the 'runas' shell command. |
| Explore | 8 | This is a constant string that represents the 'explore' shell command. |
| Undelete | 9 | This is a constant string that represents the 'undelete' shell command. |
| Properties | 10 | This is a constant string that represents the 'properties' shell command. |
| EmptyBitBucket | 11 | This is a constant string that represents the 'empty' shell command for Bitbucket. |
| Link | 12 | This is a constant string that represents the 'Link' shell command. |
| PinToHome | 13 | This is a constant string that represents the 'Pin to home' shell command in Windows 10 and later. |
| UnpinFromHome | 14 | This is a constant string that represents the 'Unpin from home' shell command in Windows 10 and later. |
| Custom | 15 | This is a constant string that represents a custom command. It is used internally. |
See Also