WS_MINIMIZE top-level constant Null safety
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;