WS_MINIMIZE top-level constant
int
const WS_MINIMIZE
The window is initially minimized. Same as the WS_ICONIC style.
Implementation
const WS_MINIMIZE = 0x20000000;
The window is initially minimized. Same as the WS_ICONIC style.
const WS_MINIMIZE = 0x20000000;