ShellBrowserShowShellContextMenuOnTop Property |
Decides if the shell context menu is added above or below the supplied ContextMenuStrip.
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
See Also