WM_MENUCHAR top-level constant Null safety
Sent when a menu is active and the user presses a key that does not correspond to any mnemonic or accelerator key. This message is sent to the window that owns the menu.
Implementation
const WM_MENUCHAR = 0x0120;