// "hide" tab page tabControl1.TabPages.Remove(tabPage1); // and to show it again, just re-add it to the collection: tabControl1.TabPages.Add(tabPage1);