Microsoft SDK for Java

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.