Click or drag to resize

ShellContextMenuShowShellContextMenuOnTop Property

Determines the order of shell menu items and custom menu items.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
public bool ShowShellContextMenuOnTop { get; set; }

Property Value

Type: Boolean
True if shell items precede custom menu items, false if not.
See Also