WM_INITMENUPOPUP top-level constant

int const WM_INITMENUPOPUP

Sent when a drop-down menu or submenu is about to become active. This allows an application to modify the menu before it is displayed, without changing the entire menu.

Implementation

const WM_INITMENUPOPUP = 0x0117;