ToolBarButton.setDropDownMenu

Overview | Methods | This Package | All Packages

ToolBarButton.setDropDownMenu

Associates a menu with this button.

Syntax

public final void setDropDownMenu( Menu value )

Parameters

value

A Menu object that identifies the menu to display when this button is pressed.

Remarks

This method applies only to buttons created with the style ToolBarButtonStyle.DROPDOWN.


Send feedback to MSDN.Look here for MSDN Online resources.