CRichEditCtrl::SetBackgroundColor
将此 CRichEditCtrl 对象的背景色。
COLORREF SetBackgroundColor(
BOOL bSysColor,
COLORREF cr
);
参数
bSysColor
指示背景色是否应设置为系统值。如果此值为 TRUE,cr 被忽略。cr
请求的背景色。使用时,才 bSysColor 是 FALSE。
返回值
此 CRichEditCtrl 对象以前的背景色。
备注
背景色可以设置为系统值或运行到指定的 COLORREF 值。
有关更多信息,请参见 EM_SETBKGNDCOLOR 消息和 COLORREF 结构。Windows SDK。
示例
// Use red as the background color.
m_myRichEditCtrl.SetBackgroundColor(FALSE, RGB(255,0, 0));
要求
Header: afxcmn.h