LoadFromFile method (ILEADRasterImgList)
short LoadFromFile (BSTR pszFile, short nBits, long nStart, long nItems); | |
Overview |
Refer to Using the ImageList Control. |
Remarks
Inserts new items into the ImageList Control from the specified file. This method supports loading multiple pages from a multi-page file. All items are inserted with the same Text attribute, which is the filename. You can change this after the items are inserted using the Item collection property.
See Also