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

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