MsgBox(MDIMain.UltraTabbedMdiManager1.ActiveTab.Text)
I am not getting anything with the property above eventhough I have about 3 tabs. Should I be using a different property?
never mind ... this works
MsgBox(MDIMain.UltraTabbedMdiManager1.ActiveTab.Form.Text)