WM_NCPAINT top-level constant Null safety
The WM_NCPAINT message is sent to a window when its frame must be painted.
Implementation
const WM_NCPAINT = 0x0085;
The WM_NCPAINT message is sent to a window when its frame must be painted.
const WM_NCPAINT = 0x0085;