Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.164 Layout Property

Description:

Indicates how an image is aligned within the control.

Used in control(s):

CommandButton

Values (with constants):

0 - Horizontal: Aligned to the left.(POW-LAYOUT-HORIZONTAL)

1 - Vertical: Aligned to the top.(POW-LAYOUT-VERTICAL)

Default value:

0 - Horizontal: Aligned to the left.(POW-LAYOUT-HORIZONTAL)

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.