WM_SETREDRAW top-level constant
int
const WM_SETREDRAW
An application sends the WM_SETREDRAW message to a window to allow changes in that window to be redrawn or to prevent changes in that window from being redrawn.
Implementation
const WM_SETREDRAW = 0x000B;