ImportBitmapList method (ILEADRasterImgList)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short ImportBitmapList(long BitmapList, long nStart, long nItemsCount, BSTR pszDefaultText, BSTR pszExtendedText);

Overview

Refer to Using the Image List Control.

Remarks

Inserts a list of bitmaps into the ImageList Control.

The list of bitmaps found in the BitmapList parameter will be inserted into the Image List control starting from nStart to (nStart + nItemsCount –1).

See Also

Elements:

ExportedBitmapList property, ExportBitmapList method, Item property

Topics:

Raster Images: Displaying Images