Gets or sets the ContextMenuStrip that will be shown if the user rightclicks
on the headerbar.
Get: If it's null, we generate a list of available columns.
| C# | Visual Basic | Visual C++ |
public ContextMenuStrip HeaderMenuStrip { get; set; }
Public Property HeaderMenuStrip As ContextMenuStrip
public: property ContextMenuStrip^ HeaderMenuStrip { ContextMenuStrip^ get (); void set (ContextMenuStrip^ value); }