Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
281
getting active tab text from tabbedMDIManager
posted
I am trying to get the text value from the active(or selected) text.

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?