Click here to Skip to main content
15,885,782 members
Articles / Desktop Programming / Windows Forms

How To Hide Or Show .NET Tabs Programmatically

Rate me:
Please Sign up or sign in to vote.
5.00/5 (5 votes)
20 Nov 2011CPOL 20.2K   56   10  
That's far too obscure.All you need to do is store a reference to the TabPage instance which was removed from the TabPages collection of the TabControl. You may use the form where the TabControl is placed for that purpose.You could also create your own TabControl which has an extra property...

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Germany Germany
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions