Microsoft SDK for Java

StatusBarPanel.getStyle

Retrieves a value indicating whether a panel on a status bar is owner-drawn (to support displaying images or a different font from the rest of the status bar) or system-drawn (the standard setting for displaying text).

Syntax

public int getStyle()

Return Value

Returns an integer that indicates whether the panel is owner-drawn. Possible return values are constants defined in the StatusBarPanelStyle class.

See Also   setStyle

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