Description
Gets a Window object that represents the main window of the application or screen saver.
Syntax
getMainWnd()
Parameters
Returns
A Window Object.
Example
//Close the projector var mw = getMainWnd(); mw.Close();