Description: | Contains the resource name of the image list file that contains the images for the Toolbar or TreeView control. | |||
Used in control(s): | Toolbar | TreeView | ||
Value: | The resource name of the image list file. The image list file contains bitmaps of all the images concatenated into a single file. PowerCOBOL determines the location of each bitmap by using the ImageWidth property (this is different from the ImageWidth property of the Image control) of the image list file. You add an image list file to a module in the project list by using the Insert File option from the pop-up menu. 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. |