ForeColor example for C++ 5 and later

   //set text color to blue
   m_LEADImageList.SetForeColor(RGB(0, 0, 255));