WS_MAXIMIZEBOX top-level constant

int const WS_MAXIMIZEBOX

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

Implementation

const WS_MAXIMIZEBOX = 0x00010000;