SW_SHOWMINNOACTIVE top-level constant

int const SW_SHOWMINNOACTIVE

Displays the window as a minimized window.

This value is similar to SW_SHOWMINIMIZED, except the window is not activated.

Implementation

const SW_SHOWMINNOACTIVE = 7;