Removes the button at the specified index.
public final void removeButton( int index )
index
The index of the button to remove.
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