Click or drag to resize

JamBaseShellListViewContextMenuRenderMode Property

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

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.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