Click or drag to resize

SystemListViewBackgroundContextMenu Property

Gets or sets the ContextMenuStrip that is displayed if no item of the listview is under the cursor if the user clicks the right mouse button. If this value is null, no ContextMenu is shown.

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

Property Value

Type: ContextMenuStrip
See Also