Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the style of the borderline of the control.
Syntax
public int border([int value])
Run On
Client
Parameters
- value
Type: int
Return Value
Type: int
An integer between zero and four, inclusive.
Remarks
The integer that is returned contains the style of the borderline of the control as follows.
Value |
Description |
---|---|
0 |
Auto |
1 |
3D |
2 |
Single line |
3 |
Flat |
4 |
None |