Home | Info | Community | Development | myReactOS | Contact Us
[inline]
Reimplemented in ExplorerAboutDlg.
Definition at line 601 of file window.h.
Referenced by CtlColorParent< OwnerDrawParent< Dialog > >::WndProc().
{ switch(nmsg) { case WM_CTLCOLOR: case WM_CTLCOLORBTN: case WM_CTLCOLORDLG: case WM_CTLCOLORSCROLLBAR: case WM_CTLCOLORSTATIC: { HWND hctl = (HWND) lparam; return SendMessage(hctl, PM_DISPATCH_CTLCOLOR, wparam, nmsg); } default: return super::WndProc(nmsg, wparam, lparam); } }