FormBorderStyle Property
Applies To
Form
Description
Gets or sets the border style of the form.
Usage
GGet Form.FormBorderStyle, var
GSet Form.FormBorderStyle, value
- Form
- Name of a form or string variable containing a form name.
- var
- Integer variable that will contain the value of the property.
- value
- Integer expression for the new value of the property.
Values
0 - None
1 - Fixed Single
2 - Fixed3D
3 - FixedDialog
4 - Sizable
Default: FixedDialog
See Also
Form
Example
GSet frmMain.FormBorderStyle, FORMBORDERSYTLE_NONE
GClose