BACKSTYLE Property


PLBCMP GUI Only

square.png Objects

 

The BACKSTYLE property defines the background style of an object. The property uses the following format:

 

BACKSTYLE={value}

Note the following:

  1. BACKSTYLE may be used in CREATE, SETPROP, or GETPROP statements.

  2. {value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
     

  3. 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.

     

  4. When using the PL/B Web Server, this property is only supported for GROUPBOX, PICT, SHAPE, and STATTEXT objects.

  5. 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

 



PL/B Language Reference AUTOZOOM Property BDRCOLOR Property