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; }
Public Property CustomMenu As ContextMenu
Get
Set
public:
property ContextMenu^ CustomMenu {
ContextMenu^ get ();
void set (ContextMenu^ value);
}
member CustomMenu : ContextMenu with get, set
Property Value
Type:
ContextMenuThe custom menu.
Remarks See Also