Greetings all
I've done some research and its apparently impossible to hide a tab on a tabcontrol, I need to save one to a tab page variable and recreate it. I know how to add a tab from a TabPage variable
TabControl.Controls.Add(tab1);
However I have no idea how to save the tab into the variable in the first place! I would presume it is something like this:
TabPage tab1 = TabControl.TabPages("CaseDetails");
It's not having any of that though, any ideas?
Regards
Dan