Click or drag to resize

ShellContextMenuProviderCustomMenu Property

Gets or sets the custom menu.

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

Property Value

Type: ContextMenu
The custom menu.
Remarks
ShowContextMenu(Int32, Int32, ShellContextMenuOptions) will add this menu to the displayed shell context menu.
See Also