WM_ERASEBKGND top-level constant

int const WM_ERASEBKGND

Sent when the window background must be erased (for example, when a window is resized). The message is sent to prepare an invalidated portion of a window for painting.

Implementation

const WM_ERASEBKGND = 0x0014;