WS_MAXIMIZEBOX top-level constant

  1. @Deprecated('Use WINDOW_STYLE.WS_MAXIMIZEBOX instead')
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

@Deprecated('Use WINDOW_STYLE.WS_MAXIMIZEBOX instead')
const WS_MAXIMIZEBOX = 0x00010000;