WM_PAINT (in Frame Controls) - Default Processing

The frame is redrawn as governed by the FCF_BORDER or FCF_DLGBORDER style. A WM_ERASEBACKGROUND message is sent to FID_CLIENT window, and if it returns FALSE, then the FID_CLIENT window is erased to the system-provided window background color and sets ulReserved to 0.


[Back: WM_PAINT (in Frame Controls) - Syntax]
[Next: WM_PAINT (in Frame Controls) - Related Messages]