WS_THICKFRAME top-level constant

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

The window has a sizing border. Same as the WS_SIZEBOX style.

Implementation

@Deprecated('Use WINDOW_STYLE.WS_THICKFRAME instead')
const WS_THICKFRAME = 0x00040000;