InsertAt example for C++ 5.0 and later

   //load an image
   theApp.m_pRasterIO->Load (theApp.m_pRaster, "v:\\images\\eagle.cmp", 0, 0, 1);
   //insert it into the ImageList control as the fourth item (after 3)
   m_LEADImageList.InsertAt(theApp.m_pRaster->Bitmap, "test2", 1, 3);