Microsoft SDK for Java

ToolBar.addOnButtonDropDown

Assigns a delegate to the buttonDropDown event.

Syntax

public final void addOnButtonDropDown( ToolBarButtonClickEventHandler value )

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

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