BrowserWindow

English version ›› HatFramework ›› Class: Tester ›› Variables ››
Parent Previous Next

BrowserWindow

Description: the variable refers to the application window

Syntax: Form BrowserWindow


Example:

Tester tester;

public async void Main(Form browserWindow)

{

       tester = new Tester(browserWindow);

       tester.BrowserWindow.Text = "Browser Hat";

       tester.BrowserWindow.Width = 800;

       tester.BrowserWindow.Height = 600;

       tester.BrowserWindow.Close();

}

Created with the Personal Edition of HelpNDoc: Create HTML Help, DOC, PDF and print manuals from 1 single source