Microsoft SDK for Java

Edit.getBorderStyle

Retrieves a value indicating the kind of border the edit control has.

Syntax

public final int getBorderStyle()

Return Value

Returns an integer that specifies the kind of border the edit control has. Possible return values are constants defined in the BorderStyle class. If the value is BorderStyle.FIXED_3D, the edit control has a three-dimensional border.

See Also   setBorderStyle

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