How do I navigate to a specifc tab and its page programmatically. Basically make it like someone clicked the mouse on a specific tab.
I can use PerformAction to navigate forward and backwards, but I want to skip to a specific tab.
thanks
I am selecting the tab (settings its selected property to true) in the control's tab collection and that appears to work.
Is that the best way to do this?
Yes, you can also set the SelectedTab property of the UltraTabControl, but either way is correct.