Retrieves the drop-down menu associated with this button.
public final Menu getDropDownMenu()
Returns a Menu object that identifies the menu to be displayed when this button is pressed.
You can associate a menu with a toolbar button by defining the button style as ToolBarButtonStyle.DROPDOWN.
See Also setDropDownMenu