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 (in ShellBrowser.dll) Version: 7.1
Syntax public virtual ContextMenuStrip BackgroundContextMenu { get; set; }
Public Overridable Property BackgroundContextMenu As ContextMenuStrip
Get
Set
public:
virtual property ContextMenuStrip^ BackgroundContextMenu {
ContextMenuStrip^ get ();
void set (ContextMenuStrip^ value);
}
abstract BackgroundContextMenu : ContextMenuStrip with get, set
override BackgroundContextMenu : ContextMenuStrip with get, set
Property Value
Type:
ContextMenuStripSee Also