BDRSTYLE Property


PLBCMP GUI Only

square.png Objects

 

The BDRSTYLE property defines the type of border displayed around an object. The property uses the following format:

 

BDRSTYLE={value}

Note the following:

  1. BDRSTYLE may be used in CREATE, SETPROP, and 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

    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

 



PL/B Language Reference BDRSTYLE Property (STATUSPANEL) BDRWIDTH Property