From what I can see, the Tabcontrol doesn't have this functionality :sign0013:
However, I've had a little play and think that it can be achieved programatically. You need to keep track of the tab pages using an array list and then add and remove as required.
Attached is a little example that I have knocked up for you, it requires the ControlsEx library.
The tab pages are not kept in the original order but this could probably be achieved by disposing of the tab control and then recreating it each time with the desired pages present.
Regards,
RandomCoder