Is there any way to disable a tab in a tabcontrol?
How can I disable a tab inside a TabControl? Anonymous User 2144 29 Jan 2014 Is there any way to disable a tab in a tabcontrol?
You could register the "Selecting" event and cancel the navigation to the tab page:
Another idea is to put all the controls on the tabpage in a Panel control and disable the panel.