WS_SYSMENU top-level constant

int const WS_SYSMENU

The window has a window menu on its title bar. The WS_CAPTION style must also be specified.

Implementation

const WS_SYSMENU = 0x00080000;