WS_ICONIC top-level constant

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

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

Implementation

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