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
285
UltraTabControl
posted

I have a ultratabcontrol and it contains multiple tabs. 

Can i convert tab(tabPage) into ultratabcontrol? i just want to hide the tab on run time. i know i can do simply by adding .visible = False but i have a base control where i need to implement something. Only i can do something when i can convert tab into tabcontrol. 

Thanks,

Mayank

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi Mayank,

    I'm afraid I don't understand what you are asking. A TabPage is not a TabControl. So there's no conversion from one to the other. The TabPage has a reference back to it's owning control, I think.

Children
No Data