ShellBrowser .Net Edition
BackgroundContextMenu Property
NamespacesJam.ShellSystemListViewBackgroundContextMenu
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.
Declaration Syntax
C#Visual BasicVisual C++
public virtual ContextMenuStrip BackgroundContextMenu { get; set; }
Public Overridable Property BackgroundContextMenu As ContextMenuStrip
public:
virtual property ContextMenuStrip^ BackgroundContextMenu {
	ContextMenuStrip^ get ();
	void set (ContextMenuStrip^ value);
}

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)