I've looked all over and I cant find anything... it seems like this should be a simple thing to do.
Thanks for any input!
You can use the following to do it by index or by key:
//by index this.UltraWebTab1.SelectedTabIndex = 1;
//by keythis.UltraWebTab1.SelectedTabObject = this.UltraWebTab1.Tabs.FromKeyTab("tab1");