C# Класс UIA.Extensions.AutomationConfigurer

Показать файл Открыть проект

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

Метод Описание
AutomationConfigurer ( Control control ) : System.Windows.Forms
AutomationConfigurer ( IWin32Window control, ControlProvider controlProvider ) : System.Windows.Forms
WithChildren ( ) : AutomationConfigurer
WithName ( string name ) : AutomationConfigurer

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

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

public AutomationConfigurer ( Control control ) : System.Windows.Forms
control System.Windows.Forms.Control
Результат System.Windows.Forms

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

public AutomationConfigurer ( IWin32Window control, ControlProvider controlProvider ) : System.Windows.Forms
control IWin32Window
controlProvider UIA.Extensions.AutomationProviders.ControlProvider
Результат System.Windows.Forms

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

public WithChildren ( ) : AutomationConfigurer
Результат AutomationConfigurer

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

public WithName ( string name ) : AutomationConfigurer
name string
Результат AutomationConfigurer