WS_TILED top-level constant

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

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

Implementation

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