SW_FORCEMINIMIZE top-level constant

  1. @Deprecated('Use SHOW_WINDOW_CMD.SW_FORCEMINIMIZE instead')
int const SW_FORCEMINIMIZE

Minimizes a window, even if the thread that owns the window is not responding.

This flag should only be used when minimizing windows from a different thread.

Implementation

@Deprecated('Use SHOW_WINDOW_CMD.SW_FORCEMINIMIZE instead')
const SW_FORCEMINIMIZE = 11;