WS_OVERLAPPED top-level constant

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

The window is an overlapped window. An overlapped window has a title bar and a border. Same as the WS_TILED style.

Implementation

@Deprecated('Use WINDOW_STYLE.WS_OVERLAPPED instead')
const WS_OVERLAPPED = 0x00000000;