Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to hide the tab of the Page Frame in visual basic .n
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00712257
Message ID:
00712550
Views:
5
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
Previous
Reply
Map
View

Click here to load this message in the networking platform