Click or drag to resize

ShellContextMenuProviderShowShellContextMenuOnTop Property

Defines the order of ShellContextMenu and CustomMenuStrip.

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 CustomMenuStrip. If set to false, the shell context menu will be added below the CustomMenuStrip.
See Also