I have an UltratabControl with three tabs for notification purposes. How to show the tab in code without clicking it.
So if i sent a message to tab two, I want tab2 to automatically go active, at the moment I have to click on the tab to see the message i sent to it. I dont want to have to click the tabs to see the message.
when you send the message, add the following code
ultraTabControl1.SelectedTab = ultraTabControl1.Tabs[1];