当前位置: 代码迷 >> PB >> 请教如何取TAB控件的当前页签
  详细解决方案

请教如何取TAB控件的当前页签

热度:14   发布时间:2016-04-29 08:57:53.0
请问怎么取TAB控件的当前页签?
一个TAB有多个页签,
如何取得当前页签呢?



谢谢。

------解决方案--------------------
tab_1.SelectedTab

The SelectedTab property specifies the index number of the selected tab page in the tab control. As the user selects tabs in the Tab control, the value of SelectedTab changes to reflect the currently selected tab.
------解决方案--------------------
int li
li = tv_1.selectedtab
  相关解决方案