WS_TILEDWINDOW top-level constant

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

The window is an overlapped window. Same as the WS_OVERLAPPEDWINDOW style.

Implementation

@Deprecated('Use WINDOW_STYLE.WS_TILEDWINDOW instead')
const WS_TILEDWINDOW = WS_OVERLAPPEDWINDOW;