ToolBar.addOnButtonDropDown

Overview | Methods | This Package | All Packages

ToolBar.addOnButtonDropDown

Assigns a delegate to the buttonDropDown event.

Syntax

public final void addOnButtonDropDown( ToolBarButtonClickEventHandler value )

Parameters

value

The ToolBarButtonClickEventHandler to notify when the event occurs.

Remarks

The buttonDropDown event occurs when the user clicks on a toolbar button that has the ToolBarButtonStyle.DROPDOWN style set.

See Also   ToolBarButtonStyle, removeOnButtonDropDown