C# Class UIA.Extensions.AutomationConfigurer

Afficher le fichier Open project: northwoodspd/UIA.Extensions

Méthodes publiques

Méthode Description
AutomationConfigurer ( Control control ) : System.Windows.Forms
AutomationConfigurer ( IWin32Window control, ControlProvider controlProvider ) : System.Windows.Forms
WithChildren ( ) : AutomationConfigurer
WithName ( string name ) : AutomationConfigurer

Method Details

AutomationConfigurer() public méthode

public AutomationConfigurer ( Control control ) : System.Windows.Forms
control System.Windows.Forms.Control
Résultat System.Windows.Forms

AutomationConfigurer() public méthode

public AutomationConfigurer ( IWin32Window control, ControlProvider controlProvider ) : System.Windows.Forms
control IWin32Window
controlProvider UIA.Extensions.AutomationProviders.ControlProvider
Résultat System.Windows.Forms

WithChildren() public méthode

public WithChildren ( ) : AutomationConfigurer
Résultat AutomationConfigurer

WithName() public méthode

public WithName ( string name ) : AutomationConfigurer
name string
Résultat AutomationConfigurer