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
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.