Specifies the style of the panel’s border.
Declaration
componentObj.BorderStyle
Read-Write Property | String |
componentObj | One of the user forms components listed in the Applies To section |
Applies To
The property applies to the following components:
Description
The BorderStyle
property specifies whether the panel has a border. By default, a panel has no border.
Property Value
One of the following string values:
Value | Description |
---|---|
“bsNone ” |
No border. |
“bsSingle ” |
A single-line border. |