Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.147 ImageTop Property

Description:

Defines the Y coordinate, within the image, where the image display begins.

Used in control(s):

Image

Value:

The Y coordinate, within the image, where the image display begins.

It is expressed in the units defined in the ScaleMode property.

For example if the ImageTop property is 10 pixels, the control displays the image from the 10th pixel down.

If the ImageMode property is "2 - Auto", the value of the ImageTop property changes according to the vertical scroll position of the image.

Default value:

0

COBOL picture:

COMP-1

OLE data type:

OLE_YPOS_CONTAINER

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

None.