Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.5 Align Property

Description:

Indicates the alignment of the control within the container.

Used in control(s):

Custom

Toolbar

Values (with constants):

0 - None(POW-ALIGNNONE)
1 - Top(POW-ALIGNTOP)
2 - Bottom(POW-ALIGNBOTTOM)
3 - Left(POW-ALIGNLEFT)
4 - Right(POW-ALIGNRIGHT)

Default value:

Toolbar

1 - Top(POW-ALIGNTOP)

Custom

0 - None(POW-ALIGNNONE)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_I2

Design time access:

Toolbar

Set and reference.

Custom

Reference only.

Note that Custom controls that can be justified can be set.

Execution time access:

Toolbar

Set and reference.

Custom

Reference only.

Note that Custom controls that can be justified can be set.

Backward compatibility attribute:

None.