Show / Hide Table of Contents

Method wnd.Show


Overload

Shows (if hidden) or hides this window.

public void Show(bool show)
Parameters
show  (bool)
Exceptions
AuWndException

Remarks

Does not activate/deactivate/zorder. This window can be of any thread. If you know it is of this thread, use wnd.ShowL. This function calls it.