Click or drag to resize

DivMenuToolbarButton Property

A toolbar button that acts as a submenu. This is used internally in the toolbar to manage its submenus. The ToolbarButton is obtained from AddMenu(String, WebControl, Object, String, ToolbarItemAttrs, String).

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public IToolbarButton ToolbarButton { get; set; }

Property Value

Type: IToolbarButton
See Also