WM_NCLBUTTONDOWN top-level constant

int const WM_NCLBUTTONDOWN

Posted when the user presses the left mouse button while the cursor is within the nonclient area of a 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_NCLBUTTONDOWN = 0x00A1;