15,977
社区成员
发帖
与我相关
我的任务
分享
HBRUSH CXXXXX::CtlColor(CDC* pDC, UINT /*nCtlColor*/)
{
HBRUSH hbr = CreateSolidBrush(RGB(255,255,255));
// TODO: Change any attributes of the DC here
PDC->SetBkColor(RGB(0,255,0));
// TODO: Return a different brush if the default is not desired
return hbr;
}