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:
