Click or drag to resize

JamBaseShellListViewHeaderMenuStrip Property

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.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public ContextMenuStrip HeaderMenuStrip { get; set; }

Property Value

Type: ContextMenuStrip
See Also