Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
105
Programmatically clicking on Tab of UltraDocManager.
posted

I'm trying to find the screen rectangle that corresponds to the tabs that get created in a dock area when the ChildPaneStyle is set to be a TabGroup. I'm working on a automation tool that builds upon CodedUI with some custom code. We have been able to simulator every control in our app except the tabs that get created by UltraDocManager. I've tried setting IsSelectedTab = true, but this doesn't work. I'd like to send a mouse click to the area on the screen when the tab exists.

I've tried following the hierarchy for tab elements as mention here but I can't get to TabGroupUIElement:

http://es.infragistics.com/community/forums/t/87863.aspx

I can get to UnPinnedTabAreaUIElement but no further down in that hierarchy. So, how do I get to the Rect that represents a tab created by UltraDocManager?

Thanks,

Don

Parents Reply Children
No Data