C# 클래스 UIA.Extensions.AutomationConfigurer

파일 보기 프로젝트 열기: northwoodspd/UIA.Extensions

공개 메소드들

메소드 설명
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