M
MAF
How do I hide a tabpage of a given tab control?
//Disable other tabs until item is saved
this.tabPage2.Hide(); //this doesn't work
this.tabPage3.Hide();
this.tabPage4.Hide();
this.tabControl1. ?
//Disable other tabs until item is saved
this.tabPage2.Hide(); //this doesn't work
this.tabPage3.Hide();
this.tabPage4.Hide();
this.tabControl1. ?