UI Automation (UIA) is the new framework by MS (supposed to replace the MSAA accessbility framework). They've included this in the WinFX SDK, but from reading the sdk/articles it looks like you can use it with any managed (or even unmanaged) application.
Wanted to get a sense from anyone who has used the UIA framework for their managed (Winforms) apps.
Our product is based on Winforms/.NET 2.0, but instead of standard controls we have a Office 07 look/feel and that brings other issues like navigation and control support (from UIA framework). There are no real "menus" or toolbars...
I am guessing the UIA framework doesn't really care about the type of UI.. I can use the button control (from the framework) for my Ribbon tabs, etc..
Has anyone used this in their business apps or even small projects? Care to post some sample code (there is good SDK / msdn articles on the UIA, but I can't find a small end-to-end sample app anywhere).