OutputDocument.ActivateWindow

Prototypes

void ActivateWindow()

Parameters

None

Remarks

This method activates the LISTING output document window and brings it to the foreground. If the window was hidden, it is made visible.

Example
declare OutputDocument doc = OutputDocument.GetDefault();
doc.ActivateWindow();
See Also

OutputDocument.SetWindowPosition
OutputDocument.ShowWindow