Show / Hide Table of Contents

Method wnd.ShowNotMinimized


Overload

If minimized, restores previous non-minimized state (maximized or normal). Also unhides.

public void ShowNotMinimized(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.