Scripting:MainForm
From TSWiki
In .NET, windows are called forms. The MainForm object is a direct reference to the primary window of WebCoder, and you will be using it everytime you access an object on the mainform, e.g. the Editor object. Besides accessing objects on the form, you may also be interested in properties of the object it self. For instance, MainForm.Text will allow you to get or set the current caption of the WebCoder window.
