InsertFromBitmapList method (ILEADRasterImgList)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

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

Elements

ExportBitmapList method, ExportedBitmapList property, ImportBitmapList method, SortExt method, Item property, InsertAt method, Remove method, Count property, Sort method, Insert method, LoadFromFile method, SaveToFile method

Topics

Raster Images: Displaying Images