ShellContextMenuProviderShowShellContextMenuOnTop Property |
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool ShowShellContextMenuOnTop { get; set; }
Public Property ShowShellContextMenuOnTop As Boolean
Get
Set
public:
property bool ShowShellContextMenuOnTop {
bool get ();
void set (bool value);
}
member ShowShellContextMenuOnTop : bool with get, set
Property Value
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