We have some projects which use an open source ribbon component for Winforms. This component was formerly on CodePlex, but is also available on CodeProject.
Our test group - who use Ranorex - have found this component does not support UI-Automation.
Maybe the best solution is to use a different ribbon control, but I am at least considering extending this ribbon control to support UI-Automation.
So far I have found lots of articles on using UI-Automation as a client, but almost nothing about implementing it as a provider.
Can anybody give me advise about how to do this?
Or is this completely the wrong approach? Should the ribbon elements be visible to UI-Automation anyway? Is it - for example - just missing some attributes?