Click or drag to resize

Win32ToolBarButtonDropDownMenu Property

Gets or sets the menu to be displayed in the drop-down toolbar button.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
[TypeConverterAttribute(typeof(ReferenceConverter))]
public ContextMenuStrip DropDownMenu { get; set; }

Return Value

Type: ContextMenuStrip
A ContextMenu to be displayed in the drop-down toolbar button. The default is .
Exceptions
ExceptionCondition
ArgumentExceptionThe assigned object is not a ContextMenu.
See Also