Microsoft SDK for Java

ToolBarButton.getPushed

Retrieves a boolean value that indicates whether a toggle button on the toolbar is pushed.

Syntax

public final boolean getPushed()

Return Value

Returns true if the button is pushed; otherwise, returns false.

Remarks

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.