Microsoft SDK for Java

StatusBar.getShowPanels

Retrieves a boolean value indicating whether the status bar displays any panels that have been added to it using the addPanel method or whether the status bar displays a single line of text.

Syntax

public boolean getShowPanels()

Return Value

Returns true if the status bar displays any panels that have been added to it; returns false if the status bar displays a single line of text.

Remarks

When the showPanels property is set to false, the status bar displays the value of its text property.

See Also   setShowPanels

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