Returns or sets (see comments) the style of the border of the ATabPage object.
Object.BorderStyle [ = enBorderStyle ]
The BorderStyle property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
ATabPage |
an ATabPage object |
|
enBorderStyle |
enumATabBorderStyle |
An integer specifying the style of the border around an ATabPage object. |
enumATabBorderStyle can be one of the following:
|
Name |
Value |
Description |
|
atabBorderStyleNone |
0 |
None |
|
atabBorderStyleSingle |
1 |
Single |
|
atabBorderStyleInsert |
2 |
Inset |
|
atabBorderStyleRaised |
3 |
Raised |
The following statement changes the ATabPage border style:
tabCustomize.BorderStyle=atabBorderStyleRaised