C# Class WindowsForms.AutomationHelpers.AutomationProvider

Inheritance: IRawElementProviderFragmentRoot
Show file Open project: leviwilson/mohawk

Public Methods

Method Description
ElementProviderFromPoint ( double x, double y ) : IRawElementProviderFragment
GetEmbeddedFragmentRoots ( ) : System.Windows.Automation.Provider.IRawElementProviderSimple[]
GetFocus ( ) : IRawElementProviderFragment
GetPatternProvider ( int patternId ) : object
GetPropertyValue ( int propertyId ) : object
GetRuntimeId ( ) : int[]
Navigate ( NavigateDirection direction ) : IRawElementProviderFragment
SetFocus ( ) : void

Protected Methods

Method Description
AutomationProvider ( Control control ) : System.Collections.Generic

Method Details

AutomationProvider() protected method

protected AutomationProvider ( Control control ) : System.Collections.Generic
control System.Windows.Forms.Control
return System.Collections.Generic

ElementProviderFromPoint() public method

public ElementProviderFromPoint ( double x, double y ) : IRawElementProviderFragment
x double
y double
return IRawElementProviderFragment

GetEmbeddedFragmentRoots() public method

public GetEmbeddedFragmentRoots ( ) : System.Windows.Automation.Provider.IRawElementProviderSimple[]
return System.Windows.Automation.Provider.IRawElementProviderSimple[]

GetFocus() public method

public GetFocus ( ) : IRawElementProviderFragment
return IRawElementProviderFragment

GetPatternProvider() public method

public GetPatternProvider ( int patternId ) : object
patternId int
return object

GetPropertyValue() public method

public GetPropertyValue ( int propertyId ) : object
propertyId int
return object

GetRuntimeId() public method

public GetRuntimeId ( ) : int[]
return int[]

Navigate() public method

public Navigate ( NavigateDirection direction ) : IRawElementProviderFragment
direction NavigateDirection
return IRawElementProviderFragment

SetFocus() public method

public SetFocus ( ) : void
return void