C# Class System.Windows.Automation.SynchronizedInputPattern

Inheritance: BasePattern
Afficher le fichier Open project: apetrovskiy/STUPS

Méthodes publiques

Свойство Type Description
InputDiscardedEvent AutomationEvent
InputReachedOtherElementEvent AutomationEvent
InputReachedTargetEvent AutomationEvent
Pattern AutomationPattern

Méthodes publiques

Méthode Description
Cancel ( ) : void
StartListening ( SynchronizedInputType type ) : void

Private Methods

Méthode Description
SynchronizedInputPattern ( AutomationElement el, UIAutomationClient pattern, bool cached ) : System
Wrap ( AutomationElement el, object pattern, bool cached ) : object

Method Details

Cancel() public méthode

public Cancel ( ) : void
Résultat void

StartListening() public méthode

public StartListening ( SynchronizedInputType type ) : void
type SynchronizedInputType
Résultat void

Property Details

InputDiscardedEvent public_oe static_oe property

public static AutomationEvent,System.Windows.Automation InputDiscardedEvent
Résultat AutomationEvent

InputReachedOtherElementEvent public_oe static_oe property

public static AutomationEvent,System.Windows.Automation InputReachedOtherElementEvent
Résultat AutomationEvent

InputReachedTargetEvent public_oe static_oe property

public static AutomationEvent,System.Windows.Automation InputReachedTargetEvent
Résultat AutomationEvent

Pattern public_oe static_oe property

public static AutomationPattern,System.Windows.Automation Pattern
Résultat AutomationPattern