COLORREF SetBkColor( COLORREF cr );
Return Value
A COLORREF value that represents the previous default background color.
Parameters
cr
COLORREF value that specifies the new background color. Specify the CLR_DEFAULT value to cause the status bar to use its default background color.
Remarks
This member function implements the behavior of the Win32 message SB_SETBKCOLOR, as described in the Platform SDK.