Poner el TabPage de un TabControl en invisible o deshabilitarlo

Para poner invisible un TabPage.

Me.TabPage1.Parent = Nothing

Para deshabilitar un TabPage.

Me. TabControl1.TabPages(2).Enabled = False

Esta aportación es gracias a Alondra.