BackColor example for C++ 4.0 and later

This example sets the background color to red. You can zoom out to see the background color.

m_Lead1.SetBackColor(RGB(255, 0, 0));