C# Class UIAutomationTestForms.WinFormsNoTaskBar

Afficher le fichier Open project: apetrovskiy/STUPS

Méthodes publiques

Méthode Description
WinFormsNoTaskBar ( ControlToForm controls )
WinFormsNoTaskBar ( System controlType, int controlDelay )
WinFormsNoTaskBar ( System controlType, string controlName, string controlAutomationId, int controlDelay )

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Disposes resources used by the form.

Private Methods

Méthode 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.

Method Details

Dispose() protected méthode

Disposes resources used by the form.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

WinFormsNoTaskBar() public méthode

public WinFormsNoTaskBar ( ControlToForm controls )
controls ControlToForm

WinFormsNoTaskBar() public méthode

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

WinFormsNoTaskBar() public méthode

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