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
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
Type: 
BooleanTrue if shell items precede custom menu items, false if not.
See Also