Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

ToolBar.getButton

Retrieves the button at the specified index.

Syntax

public final ToolBarButton getButton( intindex**)**

Parameters

index

The index of the toolbar button to retrieve.

Return Value

Returns a ToolBarButton object for the button at the specified index.

Exceptions

WFCInvalidArgumentException thrown if index specifies a number outside the valid range of buttons.

See Also   setButton