Samples
The following sample applications demonstrate how to use the unmanaged Microsoft UI Automation provider and client APIs.
| Topic | Description |
|---|---|
|
Creates a simple custom control that implements UI Automation provider interfaces | |
|
Shows the correct way to clean up and shut down a UI Automation control that is hosted in a DLL. | |
|
Shows how to implement a UI Automation provider for the elements of a fragment that is hosted in a window (HWND) object. | |
|
Demonstrates how an application can use UI Automation control patterns to access document content that is being displayed in another application's window. | |
|
Demonstrates how to use UI Automation to expose an application's textual content so that it is accessible to assistive technology applications such as screen readers. | |
|
Demonstrates how to use UI Automation to make a Direct2D application accessible. |
Related topics