C# Class UIAutomationTestForms.WinFormsTripled

Description of WinFormsTripled.
Inheritance: WinFormsForm
ファイルを表示 Open project: apetrovskiy/STUPS

Public Methods

Method Description
WinFormsTripled ( ControlToForm controls )
WinFormsTripled ( System controlType, int controlDelay )
WinFormsTripled ( System controlType, string controlName, string controlAutomationId, int controlDelay )

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Disposes resources used by the form.

Private Methods

Method Description
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.

btnSecondFormClick ( object sender, System e ) : void

Method Details

Dispose() protected method

Disposes resources used by the form.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

WinFormsTripled() public method

public WinFormsTripled ( ControlToForm controls )
controls ControlToForm

WinFormsTripled() public method

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

WinFormsTripled() public method

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