Is it possible to disable a tab in a tab control. I have created a tab control and would like to have it so the user cannot select one of the options if a condition is not met.
You have to take the Pages property of the tab. This is an array containing the references to each individual page. With these references you can change the page state.