TREELNSTYLE Property


PLBCMP GUI Only

 

The TREELNSTYLE property indicates the type of lines drawn between parent and children items of a TREEVIEW object. The property uses the following format:

TREELNSTYLE[={value}]

Note the following:

  1. TREELNSTYLE may be used in CREATE, SETPROP, or GETPROP statements of a TREEVIEW object.

  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 lines displayed ...

    0

    $DEFAULT

    are the object’s default style. (default)

    1

    $LINES

    connect only parents and children.

    2

    $LINESATROOT

    connect parents, children and root items.

    3

    $NOLINES

    are none.

 

See Also: Object Properties, Object IO Instructions, Object Definitions

 



PL/B Language Reference TRANSACTION Property TRISTATE Property