Click or drag to resize

JamBaseShellListViewContextMenuRenderMode Property

Gets or sets the ToolStripRenderMode of the BackgroundContextMenu and the HeaderContextMenu.

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

Property Value

Type: ToolStripRenderMode
The context menu render mode.
Remarks
This does not apply to the style of an item's shell contextmenu so far.
See Also