C# Class System.Windows.Automation.SynchronizedInputPattern

Inheritance: BasePattern
Datei anzeigen 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_oe static_oe property

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

InputReachedOtherElementEvent public_oe static_oe property

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

InputReachedTargetEvent public_oe static_oe property

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

Pattern public_oe static_oe property

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