15,980
社区成员




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;
}