BorderStyle Property (APanel)

Returns or sets the border style of the object.

Syntax

[ enBorderStyle = ] Object.BorderStyle

The BorderStyle property syntax has the following parts:

 

Name]

Type

Description

Object

APanel

APanel control

enBorderStyle

enumAPanelBorderStyle

The border style of the object

Example

The following example will set the border style of a panel object:

apanel.BorderStyle=apanelBorderStyleRaised

Applies to

APanel

See Also