Click or drag to resize

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
Members
  Member nameValueDescription
Default0An enum constant representing the default option.
Open1This is a constant string that represents the 'open' shell command.
OpenWith2This is a constant string that represents the 'openas' shell command.
Copy3This is a constant string that represents the 'copy' shell command.
Cut4This is a constant string that represents the 'cut' shell command.
Delete5This is a constant string that represents the 'delete' shell command
Paste6This is a constant string that represents the 'paste' shell command.
Rename7This is a constant string that represents the 'rename' shell command.
RunAs8This is a constant string that represents the 'runas' shell command.
Explore9This is a constant string that represents the 'explore' shell command.
Undelete10This is a constant string that represents the 'undelete' shell command.
Properties11This is a constant string that represents the 'properties' shell command.
EmptyBitBucket12This is a constant string that represents the 'empty' shell command for Bitbucket.
Link13This is a constant string that represents the 'Link' shell command.
GoUp14This is a constant string that represents the 'Go up' shell command.
PinToHome15This is a constant string that represents the 'Pin to home' shell command in Windows 10 and later.
UnpinFromHome16This is a constant string that represents the 'Unpin from home' shell command in Windows 10 and later.
Custom17This is a constant string that represents a custom command. It is used internally.
See Also