Click or drag to resize

ShellBrowserShowShellContextMenuOnTop Property

Decides if the shell context menu is added above or below the supplied ContextMenuStrip.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public bool ShowShellContextMenuOnTop { get; set; }

Property Value

Type: Boolean
Remarks
If this property is set to true, the shell context menu will be added on top of the the ContextMenuStrip, which can be supplied when calling ShowContextMenu(Point, ContextMenuStrip). If set to false, the shell context menu will be added below the ContextMenuStrip.
See Also