WM_INITMENU top-level constant

int const WM_INITMENU

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;