BorderStyle Property (ATab)

Returns or sets the border style of the Tab object.

Syntax

[ enBorderStyle = ] Object.BorderStyle

The BorderStyle property syntax has the following parts:

 

Name]

Type

Description

Object

ATab

ATab control

enBorderStyle

enumATabBorderStyle

The border style of a Tab object

Example

The following example will set the border style if a Tab control object:

tab.BorderStyle=enBorderStyleRaised

Applies to

ATab

See Also