Returns or sets the border style of the object.
[ enBorderStyle = ] Object.BorderStyle
The BorderStyle property syntax has the following parts:
Name] |
Type |
Description |
Object |
APanel |
APanel control |
enBorderStyle |
The border style of the object |
The following example will set the border style of a panel object:
apanel.BorderStyle=apanelBorderStyleRaised