C# Класс UIAutomationTestForms.WinFormsSecond

Description of WinFormsSecond.
Наследование: WinFormsForm
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
WinFormsSecond ( ControlToForm controls )
WinFormsSecond ( System controlType, int controlDelay )
WinFormsSecond ( System controlType, string controlName, string controlAutomationId, int controlDelay )

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Disposes resources used by the form.

Приватные методы

Метод Описание
InitializeComponent ( ) : void

This method is required for Windows Forms designer support. Do not change the method contents inside the source code editor. The Forms designer might not be able to load this method if it was changed manually.

Описание методов

Dispose() защищенный Метод

Disposes resources used by the form.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

WinFormsSecond() публичный Метод

public WinFormsSecond ( ControlToForm controls )
controls ControlToForm

WinFormsSecond() публичный Метод

public WinFormsSecond ( System controlType, int controlDelay )
controlType System
controlDelay int

WinFormsSecond() публичный Метод

public WinFormsSecond ( System controlType, string controlName, string controlAutomationId, int controlDelay )
controlType System
controlName string
controlAutomationId string
controlDelay int