所有這些選項卡在窗口形式動態創建打開特定的標籤。我想打開按鈕點擊的特定標籤頁。例如,當點擊一個按鈕(按鈕不是標籤頁按鈕,它的一些其他執行按鈕)時,我想顯示tab3。
我能得到任何標籤頁,但無法打開特定的標籤..
private void toolStripButton1_Click(object sender, EventArgs e)
{
int tabcount = Main_tab.TabCount;
MessageBox.Show(tabcount.ToString());
}
請仔細閱讀http://meta.stackexchange.com/questions/10647/how-do-i-write-a-good- title – 2013-04-22 10:49:11