ShellContextMenuOptions Enumeration |
A bit-field of flags for specifying context menu options.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax [FlagsAttribute]
public enum ShellContextMenuOptions
<FlagsAttribute>
Public Enumeration ShellContextMenuOptions
[FlagsAttribute]
public enum class ShellContextMenuOptions
[<FlagsAttribute>]
type ShellContextMenuOptions
Members
| Member name | Value | Description |
---|
| Extended | 1 | Show the extended context menu like if the SHIFT key is pressed. |
| Rename | 2 | Include the rename context menu item.
To work correctly also RenameItemSelected must be assigned to handle the renaming.
|
| DefaultOnly | 4 | Only show a basic default menu. Other flags are ignored, if this option is set. |
| ReadOnly | 8 | If set, some shell operations are suppressed (delete, cut, paste). |
See Also