Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

ToolBar.removeButton

Removes the button at the specified index.

Syntax

public final void removeButton( int index )

Parameters

index

The index of the button to remove.

Exceptions

WFCInvalidArgumentException thrown if index is less than zero or is greater than or equal to the number of buttons in the toolbar.

See Also   addButton, insertButton, removeAll