WS_SIZEBOX top-level constant

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

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

Implementation

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