Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to hide the tab of the Page Frame in visual basic .n
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00712257
Message ID:
00712550
Vues:
6
In .NET, the only way you can not display the TabPage is to remove the TabPage from the TabControl object. The visible property of the TabPage does not visually remove the page as you would expect.
Me.TabControl1.TabPages.Remove(Me.TabPage1)
>In visual foxpro you can hide the tab of the pageframe control I saw that in VB .net have the same control but I dont see the hide functionality of the tab available. Also the send to back and send to front functionality. Anybody know how this properties are called in VB.net?
-----------------------------------------

Cathi Gero, CPA
Prenia Software & Consulting Services
Microsoft C# / .NET MVP
Mere Mortals for .NET MVP
cgero@prenia.com
www.prenia.com
Weblog: blogs.prenia.com/cathi
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform