Is it possible to disable a tab, but still have it appear on the tabbar?
sure. for instance, in PreRender
((Tab)(itbTabs.Tabs[2])).Enabled = false;