Click or drag to resize

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
Members
  Member nameValueDescription
Extended1Show the extended context menu like if the SHIFT key is pressed.
Rename2Include the rename context menu item. To work correctly also RenameItemSelected must be assigned to handle the renaming.
DefaultOnly4Only show a basic default menu. Other flags are ignored, if this option is set.
ReadOnly8If set, some shell operations are suppressed (delete, cut, paste).
See Also