Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
ToolBar.addOnButtonDropDown
Assigns a delegate to the buttonDropDown event.
Syntax
public final void addOnButtonDropDown( ToolBarButtonClickEventHandlervalue**)**
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