Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.306 TVStyle Property

Description:

Determines which elements of the Node objects are displayed in the TreeView control.

Used in control(s):

TreeView

Values (with constants):

0 - Text Only(POW-TVSTYLE-TEXTONLY)
1 - Image and Text(POW-TVSTYLE-IMAGE)
2 - Plus / Minus and Text(POW-TVSTYLE-PLUSMINUS)
3 - Plus / Minus, Image and Text(POW-TVSTYLE-PLUSMINUSIMAGE)
4 - TreeLines and Text(POW-TVSTYLE-LINE)
5 - TreeLines, Image and Text(POW-TVSTYLE-LINEIMAGE)
6 - TreeLines, Plus / Minus and Text (POW-TVSTYLE-LINEPLUSMINUS)
7 - TreeLines, Plus / Minus, Image and Text
(POW-TVSTYLE-LINEPLUSMINUS)

Default value:

5 - TreeLines, Image and Text(POW-TVSTYLE-LINEIMAGE)

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.