Retrieves the form's current border style.
public final int getBorderStyle()
Returns the form's border style. This value equates to one of the enumeration constants defined in the FormBorderStyle class.
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