Click or drag to resize

ShellListViewBackgroundContextMenu Property

Gets or sets the ContextMenu that is displayed if no item of the listview is under the cursor if the user clicks the right mouse button.

Namespace:  Jam.Shell.WPF.Controls.Winforms
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public ContextMenu BackgroundContextMenu { get; set; }

Property Value

Type: ContextMenu
See Also