views:

84

answers:

1

I'm building a WPF app and I'm tyring to find information or a walk through on how to make it accessible for screen readers. I've trawled through MSDN and found some articles regarding UI Automation (UIA). Basically I found a lot of "okay, this is UIA! it's used for testing but also accessibility" but nothing along the lines of "this is how you use it in WPF".

Any input would be great. Thanks

+1  A: 

A Pragmatic Approach to WPF Accessibility.

Moayad Mardini
Thanks. I had found that article previously, and it gives names of some tools to use to test accessibility, but haven't found any examples of how to implement.
Jippers
Have you seen this samples page? :http://msdn.microsoft.com/en-us/library/ms771315.aspxIt contains some useful download-able samples.Hope this helps.
Moayad Mardini
Unfortunately not really. All Windows forms examples.
Jippers