Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

ToolBar.addButton

Adds a button to the toolbar.

Syntax

public final void addButton( ToolBarButton button )

Parameters

button

A ToolbarButton object that specifies the button to add.

Remarks

If the toolbar already contains buttons, the object specified in the button parameter is added to the end of the button list.

See Also   removeButton