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:
TREELNSTYLE may be used in CREATE, SETPROP, or GETPROP statements of a TREEVIEW object.
{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 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
![]() |