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.
| C# | Visual Basic | Visual C++ |
public override ContextMenuStrip BackgroundContextMenu { get; set; }
Public Overrides Property BackgroundContextMenu As ContextMenuStrip
public: virtual property ContextMenuStrip^ BackgroundContextMenu { ContextMenuStrip^ get () override; void set (ContextMenuStrip^ value) override; }