C# Class System.Windows.Automation.SynchronizedInputPattern

Inheritance: BasePattern
Show file Open project: apetrovskiy/STUPS

Public Properties

Property Type Description
InputDiscardedEvent AutomationEvent
InputReachedOtherElementEvent AutomationEvent
InputReachedTargetEvent AutomationEvent
Pattern AutomationPattern

Public Methods

Method Description
Cancel ( ) : void
StartListening ( SynchronizedInputType type ) : void

Private Methods

Method Description
SynchronizedInputPattern ( AutomationElement el, UIAutomationClient pattern, bool cached ) : System
Wrap ( AutomationElement el, object pattern, bool cached ) : object

Method Details

Cancel() public method

public Cancel ( ) : void
return void

StartListening() public method

public StartListening ( SynchronizedInputType type ) : void
type SynchronizedInputType
return void

Property Details

InputDiscardedEvent public static property

public static AutomationEvent,System.Windows.Automation InputDiscardedEvent
return AutomationEvent

InputReachedOtherElementEvent public static property

public static AutomationEvent,System.Windows.Automation InputReachedOtherElementEvent
return AutomationEvent

InputReachedTargetEvent public static property

public static AutomationEvent,System.Windows.Automation InputReachedTargetEvent
return AutomationEvent

Pattern public static property

public static AutomationPattern,System.Windows.Automation Pattern
return AutomationPattern