Description: | Defines the resource name of an image list file. The file contains button images to be used when the mouse pointer is moved over buttons in the Toolbar control. |
Used in control(s): | Toolbar |
Value: | The resource name of a hot image list file. It is only effective when the Style property is "1-Flat" or "2-FlatList". 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 (this is different from the ImageWidth property of the Image control). You add an image list file to a module in the PowerCOBOL project list by using the Insert File option from the pop-up menu. Hot images are used when the mouse pointer is moved over a button that can be clicked. 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. |