C# Class UIA.Extensions.AutomationConfigurer

ファイルを表示 Open project: northwoodspd/UIA.Extensions

Public Methods

Method 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 method

public AutomationConfigurer ( Control control ) : System.Windows.Forms
control System.Windows.Forms.Control
return System.Windows.Forms

AutomationConfigurer() public method

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

WithChildren() public method

public WithChildren ( ) : AutomationConfigurer
return AutomationConfigurer

WithName() public method

public WithName ( string name ) : AutomationConfigurer
name string
return AutomationConfigurer