Microsoft SDK for Java

DataGrid.setBorderStyle

Sets the style of the DataGrid control's border.

Syntax

public void setBorderStyle( int borderStyle )

Parameters

borderStyle

One of the constants defined by the com.ms.wfc.ui.BorderStyle class. The default value of the borderStyle property is BorderStyle.FIXED_3D.

Exceptions

WFCInvalidArgumentException thrown if borderStyle is not a valid style.

See Also getBorderStyle

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