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.1
Syntax public 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
Type:
BooleanRemarks See Also