The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ISynchronizedInputProvider Interface
.NET Framework (current version)
Exposes methods to facilitate UI Automation client access to controls that support synchronized input.
Assembly: UIAutomationProvider (in UIAutomationProvider.dll)
| Name | Description | |
|---|---|---|
![]() | Cancel() | Stops listening for input. |
![]() | StartListening(SynchronizedInputType) | Designates that the provider start listening for input of the specified type. |
Implement this interface on a UI Automation provider that must support the SynchronizedInputPattern control pattern.
.NET Framework
Available since 4.0
Available since 4.0
Show:
