WS_SIZEBOX top-level constant

int const WS_SIZEBOX

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

Implementation

const WS_SIZEBOX = WS_THICKFRAME;