WS_MINIMIZEBOX top-level constant

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

const WS_MINIMIZEBOX = 0x00020000;