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
ToolBarButton.getDropDownMenu
Retrieves the drop-down menu associated with this button.
Syntax
public final Menu getDropDownMenu()
Return Value
Returns a Menu object that identifies the menu to be displayed when this button is pressed.
Remarks
You can associate a menu with a toolbar button by defining the button style as ToolBarButtonStyle.DROPDOWN.
See Also setDropDownMenu