WM_INITMENU top-level constant Null safety
Sent when a menu is about to become active. It occurs when the user clicks an item on the menu bar or presses a menu key. This allows the application to modify the menu before it is displayed.
Implementation
const WM_INITMENU = 0x0116;