This topic has not yet been rated - Rate this topic

SynchronizedInput Control Pattern

This topic introduces guidelines and conventions for implementing ISynchronizedInputProvider, including information about properties and methods. Links to additional references are listed at the end of the topic.

The SynchronizedInput control pattern enables Microsoft UI Automation client applications to direct the mouse or keyboard input to a specific UI element. This control pattern is typically used in automated test scripts to send mouse or keyboard input to a specific user-interface element, and then verify that the element received the input.

This topic contains the following sections.

Implementation Guidelines and Conventions

When implementing the SynchronizedInput control pattern, note the following guidelines and conventions:

Required Members for ISynchronizedInputProvider

The following properties, methods, and events are required for implementing the ISynchronizedInputProvider interface.

Required membersMember typeNotes
StartListening MethodNone
Cancel MethodNone
UIA_InputReachedTargetEventIdEventNone

 

Related topics

UI Automation Control Patterns Overview

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.