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.0
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.
Copy2This is a constant string that represents the 'copy' shell command.
Cut3This is a constant string that represents the 'cut' shell command.
Delete4This is a constant string that represents the 'delete' shell command
Paste5This is a constant string that represents the 'paste' shell command.
Rename6This is a constant string that represents the 'rename' shell command.
RunAs7This is a constant string that represents the 'runas' shell command.
Explore8This is a constant string that represents the 'explore' shell command.
Undelete9This is a constant string that represents the 'undelete' shell command.
Properties10This is a constant string that represents the 'properties' shell command.
EmptyBitBucket11This is a constant string that represents the 'empty' shell command for Bitbucket.
Link12This is a constant string that represents the 'Link' shell command.
GoUp13This is a constant string that represents the 'Go up' shell command.
PinToHome14This is a constant string that represents the 'Pin to home' shell command in Windows 10 and later.
UnpinFromHome15This is a constant string that represents the 'Unpin from home' shell command in Windows 10 and later.
Custom16This is a constant string that represents a custom command. It is used internally.
See Also