28 September 2007

WPF Accessibility

Windows Presentation Foundation (WPF) provides a very interesting API for Accessibility called Microsoft UI Automation. It allows programmatic access to most user interface elements on the desktop, addressing the needs of assistive technology products and also for User Interface (UI) tests automation.

The framework provides solutions for both accessibility providers and clients, and it is conformed of four main components (see UI Automation Overview):

  1. The Provider API (UIAutomationProvider.dll and UIAutomationTypes.dll) defines a ...

Read full article

No comments: