BorderStyle
- Last UpdatedNov 17, 2021
- 1 minute read
The BorderStyle property is a read-write property that specifies whether the control has a border line around it or not.
Syntax
<objectname>.BorderStyle = integer;
Result = <objectname>.BorderStyle;
Remarks
0 = No border; 1 = Single line border.