Welcome to the forums!
Code:
MyTabControlTabPages[IndexOfTabToDisable].CanSelect = false;
I think that'll do it.