Microsoft SDK for Java

StatusBarPanel.setBorderStyle

Sets a value indicating whether the panel has a raised border, a sunken border, or no border.

Syntax

public void setBorderStyle( int border )

Parameters

border

An integer that represents the panel border style. Possible values are constants defined in the StatusBarPanelBorderStyle class. The default value is StatusBarPanelBorderStyle.SUNKEN.

Exceptions

WFCInvalidEnumException thrown if the specified value is not a valid StatusBarPanelBorderStyle constant.

See Also   getBorderStyle

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