WS_MINIMIZE top-level constant

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

The window is initially minimized. Same as the WS_ICONIC style.

Implementation

@Deprecated('Use WINDOW_STYLE.WS_MINIMIZE instead')
const WS_MINIMIZE = 0x20000000;