WM_SYSKEYUP top-level constant

int const WM_SYSKEYUP

Posted to the window with the keyboard focus when the user releases a key that was pressed while the ALT key was held down. It also occurs when no window currently has the keyboard focus; in this case, the WM_SYSKEYUP message is sent to the active window. The window that receives the message can distinguish between these two contexts by checking the context code in the lParam parameter.

Implementation

const WM_SYSKEYUP = 0x0105;