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 (in ShellBrowser.dll) Version: 7.0
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