BDRSTYLE Property
PLBCMP GUI Only
The BDRSTYLE property defines the type of border displayed around an object. The property uses the following format:
BDRSTYLE={value}
Note the following:
BDRSTYLE may be used in CREATE, SETPROP, and GETPROP statements.
{value} is a decimal number, a Numeric
Variable, an Expression,
or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
|
Value |
Keyword |
The toolbar has ... |
|
0 |
$NONE |
no border. |
|
1 |
$NOBORDER |
no border. |
|
2 |
$FIXEDSINGLE |
a single line border. |
|
3 |
$FIXED3D |
a border with a three-dimensional look. |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |