Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.143 ImageLeft Property

Description:

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

Used in control(s):

Image

Value:

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

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

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

If ImageMode is set to "2 - Auto", the value of ImageLeft property changes according to the horizontal scroll position of the image.

Default value:

0

COBOL picture:

COMP-1

OLE data type:

OLE_XPOS_CONTAINER

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

None.