public void RemoveTab(TabButton tab) { this._tabList.Remove(tab); this.Controls.Remove(tab); this.OnTabRemoved(tab); tab.Hide(); tab.Dispose(); }