BrowserWindow
Описание: переменная ссылается на окно приложения
Синтаксис: Form BrowserWindow
Пример:
Tester tester;
public async void Main(Form browserWindow)
{
tester = new Tester(browserWindow);
tester.BrowserWindow.Text = "Браузер Hat";
tester.BrowserWindow.Width = 800;
tester.BrowserWindow.Height = 600;
tester.BrowserWindow.Close();
}
Created with the Personal Edition of HelpNDoc: Generate EPub eBooks with ease