"Chris Dunaway" <"dunawayc[[at]_lunchmeat_sbcglobal[dot]]net"> wrote in
message news:1g****************************@40tude.net...
Hide and the Visible property of tab pages does NOT work. It has a bug.
According to some MVP it's not a bug it's a feature!
The visible property really works!
You can set the visible property of one page to True and the visible
property of the current page to False and then you will see the other page
without changeing the tabheader! THAT's a feature longed for.... NOT!
The Visible property is inherited from Control and that's why it's there,
it's used internally for the TabControl to know which page to show. What I
can't understand is why they didn't set it to Private/Protected.
And I can't understand why the TabVisible(index) property of the VB6
TabbedDialog didn't make the .NET cut?!?
That's my 2c
Kejpa