I'm using your UltraToolbarsManager (with Ribbon) in my application and was wondering how you determine what Tab the user has clicked. I do not find an event that would process that functionality. Or a property to set.
Have I just missed it completely?
Thanks ahead of time.
Patrick
You could probably use either the BeforeRibbonTabSelected event or the AfterRibbonTabSelected event.
http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/Infragistics2.Win.UltraWinToolbars.v8.2~Infragistics.Win.UltraWinToolbars.UltraToolbarsManager_members.html#EventsBookmark
I've tried this and it does not seem to work correctly.
First, I have an MDI app with several child forms. When I load this particular child form those two events do fire off, but when I try clicking a Tab after the form loads they do not fire off. Whats up?
Thanks,