SetSelectionBitmap example for C++ 5.0 and later

   theApp.m_pRasterIO->Load (theApp.m_pRaster, "d:\\temp\\circ.bmp", 24, 0, 1);
   m_LEADImageList.SetSelectionBitmap(RGB(255, 255, 255), theApp.m_pRaster->Bitmap);
   m_LEADImageList.SetSelectionStyle(IMGLST_SELECTIONSTYLE_USERBITMAP);