Microsoft SDK for Java

ToolBarButton.getPartialPush

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

Syntax

public final boolean getPartialPush()

Return Value

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

Remarks

Unless the style on this button is ToolBarButtonStyle.TOGGLE, this method always returns false.

See Also   setPartialPush

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