WM_NCPAINT top-level constant

int const WM_NCPAINT

The WM_NCPAINT message is sent to a window when its frame must be painted.

Implementation

const WM_NCPAINT = 0x0085;