How can i disable the tabpage? Disabling the tabcontrol affects all tabpages. I'm using VS2005-VB.Net
Grecko Wednesday, October 07, 2009 9:01 AM
Disabling a single tab page is not possible in .net. You can only remove pages from the collection in order to "disable" them or you place all controls on a panel inside the tabs and disable the panels. the latter one is easy to implement but does not block users from viewing the content of the page.
Edited byChristoph WagnerWednesday, October 07, 2009 9:15 AMtypo
Christoph Wagner Wednesday, October 07, 2009 9:13 AM
Disabling a single tab page is not possible in .net. You can only remove pages from the collection in order to "disable" them or you place all controls on a panel inside the tabs and disable the panels. the latter one is easy to implement but does not block users from viewing the content of the page.
Edited byChristoph WagnerWednesday, October 07, 2009 9:15 AMtypo