Method wnd.ShowMinimized
Overload
If not minimized, minimizes. Also unhides.
public void ShowMinimized(int how = 0)
Parameters
how (int)
What API to use: 0 ShowWindow, 1 SetWindowPlacement (no animation), 2 WM_SYSCOMMAND. |
Exceptions
AuWndException
The API call failed. No exception if the window did not obey. |