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.1
Syntax public ContextMenuStrip HeaderMenuStrip { get; set; }
Public Property HeaderMenuStrip As ContextMenuStrip
Get
Set
public:
property ContextMenuStrip^ HeaderMenuStrip {
ContextMenuStrip^ get ();
void set (ContextMenuStrip^ value);
}
member HeaderMenuStrip : ContextMenuStrip with get, set
Property Value
Type:
ContextMenuStripSee Also