int = SetBackgroundColor(bSysColor, cr
)
Sets the background color for the control.
Parameters
bSysColor : int
Indicates if the background color should be set to the system value. If this value is
TRUE, cr is ignored.cr=0 : int
The requested background color. Used only if bSysColor is FALSE.
MFC References
CRichEditCtrl::SetEventMask
Return Value
The return value is the previous background color.