I'm using the TabControl on a data entry form and I have particular tabs that I only want to be visible when certain check boxes are checked.
I noticed that the TabPanel object has .Show and .Hide methods but they only show/hide the controls on the tab and not the tab itself.
Is there a way of hiding the whole tab so that it is not visible attall in the tab control?



Reply With Quote
