ToolBarButton.getPartialPush

Overview | Methods | This Package | All Packages

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