SW_MINIMIZE top-level constant

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

Minimizes the specified window and activates the next top-level window in the Z order.

Implementation

@Deprecated('Use SHOW_WINDOW_CMD.SW_MINIMIZE instead')
const SW_MINIMIZE = 6;