Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.101 DisabledImageList Property

Description:

Defines the resource name of the image list file used for disabled buttons in the Toolbar control.

Used in control(s):

Toolbar

Value:

The resource name of a disabled image list file.

The image list contains bitmaps of all the images concatenated into a single file.

PowerCOBOL determines the location of each bitmap by using the ImageWidth property of the image list file. (Note: this is different from the ImageWidth property of the Image control.) You add an image list file to a module in the project list by using the Insert File option from the pop-up menu.
The disabled image is used when the Enabled property of a Button object is False.

Note: You must select "Image List (*.BMP)" as the file type, not "Bitmap Files (*.bmp)".

Default value:

None.

COBOL picture:

X, up to 8192 bytes.

OLE data type:

VT_BSTR

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

None.