Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.102 DisabledImageType Property

Description:

Indicates the method of displaying images when the Enabled property of the control is False.

Used in control(s):

CommandButton

Values (with constants):

0 - None:(POW-DISABLEDIMAGE-NONE)
No change to the image.

1 - Simple: (POW-DISABLEDIMAGE-SIMPLE)
Dithers the image by applying a pattern of gray pixels.

2 - 3D:(POW-DISABLEDIMAGE-3D)
Gives the image an indented appearance.

It is only effective when the Enabled property is False, the UseSystemColor property is True and the ImageName property is set.

Default value:

1 - Simple: (POW-DISABLEDIMAGE-SIMPLE)

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.