InsertFromBitmapList method (ILEADRasterImgList)
short InsertFromBitmapList (long hBitmapList, BSTR pszDefaultText); | |
Overview |
Refer to Using the Image List Control. |
Remarks
Inserts new items into the ImageList Control from the specified LEAD Bitmap List. All items are inserted with the same Text attribute, specified in pszDefaultText. You can change this after the items are inserted using the Item collection property.
See Also