InsertAt method (ILEADRasterImgList)
short InsertAt (long Bitmap, BSTR pszText, long Data, long nIndex ); | |
Overview |
Refer to Using the Image List Control. |
Remarks
Inserts a new item into the ImageList Control at the specified index. All items past nIndex are pushed up one position. The index is zero-based.
See Also