Retrieves the button at the specified index.
public final ToolBarButton getButton( int index )
index
The index of the toolbar button to retrieve.
Returns a ToolBarButton object for the button at the specified index.
WFCInvalidArgumentException thrown if index specifies a number outside the valid range of buttons.
See Also setButton