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 (in ShellBrowser.dll) Version: 7.2
Syntax
public ContextMenuStrip HeaderMenuStrip { get; set; }

Property Value

ContextMenuStrip
See Also