Exposing 3rd-party controls to the UI Automation framework [closed]
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question 开发者_开发问答I am using 3rd-party controls in my project. There are quite a few controls, like grid, whose cells are not accessible using UI Automation. I was wondering how can I go about making them accessible?
This might help:
UI Automation of a WPF Custom Control: http://msdn.microsoft.com/en-us/library/cc165614.aspx
精彩评论