ShellContextMenuProviderShowShellContextMenuOnTop Property |
Defines the order of ShellContextMenu and
CustomMenu.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.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
If this property is set to
true, the shell context menu will be added on top of the
the
CustomMenu. If set to
false, the shell
context menu will be added below the
CustomMenu.
See Also