WM_NCMOUSEMOVE top-level constant

int const WM_NCMOUSEMOVE

Posted to a window when the cursor is moved within the nonclient area of the window. This message is posted to the window that contains the cursor. If a window has captured the mouse, this message is not posted.

Implementation

const WM_NCMOUSEMOVE = 0x00A0;