Overview | Methods | This Package | All Packages
OverviewMethodsThis PackageAll Packages
Form.getBorderStyle
Retrieves the form's current border style.
Syntax
public final int getBorderStyle()
Return Value
Returns the form's border style. This value equates to one of the enumeration constants defined in the FormBorderStyle class.
Remarks
The border style of the form determines the appearance and behavior of the form's outer edge, including whether the form can be resized.
See Also setBorderStyle