Microsoft SDK for Java

ToolBarButton.setPushed

Specifies whether this button should be pushed.

Syntax

public final void setPushed( boolean value )

Parameters

value

Set to true to indicate that this button is pushed; otherwise, set to false.

Remarks

This method can be used only with buttons created with the style ToolBarButtonStyle.TOGGLE.

See Also   getPushed

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