WM_MOUSEACTIVATE top-level constant

int const WM_MOUSEACTIVATE

Sent when the cursor is in an inactive window and the user presses a mouse button. The parent window receives this message only if the child window passes it to the DefWindowProc function.

Implementation

const WM_MOUSEACTIVATE = 0x0021;