WM_COMMAND top-level constant

int const WM_COMMAND

Sent when the user selects a command item from a menu, when a control sends a notification message to its parent window, or when an accelerator keystroke is translated.

Implementation

const WM_COMMAND = 0x0111;