BACKSTYLE Property
PLBCMP GUI Only
The BACKSTYLE property defines the background style of an object. The property uses the following format:
BACKSTYLE={value}
Note the following:
BACKSTYLE may be used in CREATE, SETPROP, or 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 |
Underlying objects ... |
|
0 |
$NONE |
do not show through this object. (default) |
|
1 |
$OPAQUE |
do not show through this object. |
|
2 |
$TRANSPARENT |
show through this object. |
When using the PL/B Web Server, this property is only supported for GROUPBOX, PICT, SHAPE, and STATTEXT objects.
When a PICT object is used in a program executed with a Windows runtime (i.e., PLBWIN, PLBNET, or PLBCLIENT), the BACKSTYLE property only takes affect when a CREATE operation for the PICT object using a PNG image is executed. See the PICT object notes for more details regarding PNG images."
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |