WS_SYSMENU top-level constant

  1. @Deprecated('Use WINDOW_STYLE.WS_SYSMENU instead')
int const WS_SYSMENU

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

Implementation

@Deprecated('Use WINDOW_STYLE.WS_SYSMENU instead')
const WS_SYSMENU = 0x00080000;