WS_TILED top-level constant

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

const WS_TILED = WS_OVERLAPPED;