BorderColor example for Visual C++ 5.0 and later
//This sets the border style to Fixed Single.
//And sets the border color to blue.
m_LEADImageList.SetAppearance(IMGLST_APPEARANCE_FLAT);
m_LEADImageList.SetBorderStyle(1);
m_LEADImageList.SetBorderColor(RGB(0, 0, 255));