Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.305 TVLineStyle Property

Description:

Defines how lines are displayed between the Node objects in the TreeView control.

Used in control(s):

TreeView

Values (with constants):

0 - TreeLines:(POW-TVLINESTYLE-TREELINES)
Displays lines from parent to child and between sibling nodes.

1 - RootLines:(POW-TVLINESTYLE-ROOTLINES)
As for style 0, but also with lines connecting root nodes.

Default value:

0 - TreeLines:(POW-TVLINESTYLE-TREELINES)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_I2

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

None.