How to select a tab.
I have the key from the tab taht i want tot select in C#.
I see the property SelectedTabIndex and SelectedTab these property's are int types.
uwtT***lectedTabIndex = index???
How to get from the tab object the index, see code below
uwtTabs.Tabs.FromKey("key") ??? how to get the index.
Or is there an other way to get the index by a key?
How hard can it be?! Hehehehe :)
Thanks for the solution! It works fine!
HI,
try using this code snippet:
UltraWebTab1.SelectedTabObject = UltraWebTab1.Tabs.FromKeyTab("t2");