void ActivateWindow()
None
This method activates the LISTING output document window and brings it to the foreground. If the window was hidden, it is made visible.
declare OutputDocument doc = OutputDocument.GetDefault(); doc.ActivateWindow();
OutputDocument.SetWindowPosition OutputDocument.ShowWindow