Retrieves a boolean value that indicates whether a toggle button on the toolbar is pushed.
public final boolean getPushed()
Returns true if the button is pushed; otherwise, returns false.
This method applies only to toolbar buttons created with the style ToolBarButtonStyle.TOGGLE. For all other buttons, this method always returns false.
See Also setPushed