BorderStyle Property (ATabPage)

Returns or sets (see comments) the style of the border of the ATabPage object.

Syntax

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.

Where

enumATabBorderStyle can be one of the following:

 

Name

Value

Description

atabBorderStyleNone

0

None

atabBorderStyleSingle

1

Single

atabBorderStyleInsert

2

Inset

atabBorderStyleRaised

3

Raised

Comments


Example

The following statement changes the ATabPage border style:

tabCustomize.BorderStyle=atabBorderStyleRaised

See Also