Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.284 TabWidthStyle Property

Description:

Determines whether the tabs are sized to fit the PageCaption text or are fixed width.

Used in control:

Tab

Values (with constants):

0 - Normal:(POW-TAB-STYLE-NORMAL)
The size is adjusted automatically using the size of the page caption text.

1 - Fixed:(POW-TAB-STYLE-FIXED)
The size is specified in the TabFixedWidth and TabFixedHeight properties.

Default value:

0 - Normal:(POW-TAB-STYLE-NORMAL)

COBOL picture

S9(4) COMP-5

OLE data type:

VT_I2

Design time access:

Set and reference.

Execution time access:

Reference only.

Backward compatibility attribute:

None.