【C#】tabcontrol控件如何自動切換到指定的卡片頁面
當(dāng)前位置:點晴教程→知識管理交流
→『 技術(shù)文檔交流 』
foreach (TabPage tp in this.tabControl1.TabPages)
{ if (tp.Text == "aaaa" || tp.Name == "bbbb") { this.tabControl1.SelectedTab = tp; break; } } 該文章在 2021/6/11 10:14:08 編輯過 |
關(guān)鍵字查詢
相關(guān)文章
正在查詢... |