WS_MINIMIZEBOX top-level constant

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

The window has a minimize button. Cannot be combined with the WS_EX_CONTEXTHELP style. The WS_SYSMENU style must also be specified.

Implementation

@Deprecated('Use WINDOW_STYLE.WS_MINIMIZEBOX instead')
const WS_MINIMIZEBOX = 0x00020000;