标签: vb.net tabcontrol
我有这个程序应该在所选的选项卡上执行一段代码。我该怎么做? 我试过了:
if tabcontrol1.tabcount=1 then 'Execute this code' else if tabcontrol1.tabcount=2 then 'execute this code end if
- 但是不起作用,这样做的正确方法是什么?
答案 0 :(得分:4)
在Tabcontrol_selected事件中,您可以使用selectedindex属性值来获取当前标签。
Tabcontrol_selected
selectedindex
SelectedIndex