有关TABCONTROL选项卡的动态选择方法

TabControl1.SelectedIndex=1;//The second tab 
this.tabcontrol1.tabpage[0].show(); 
this.tabcontrol1.tabpage[1].show();
this.tabControl1.SelectedIndex=index; 
posted @ 2005-02-07 14:16  Aowind  阅读(2356)  评论(8编辑  收藏  举报