本文介绍了如何捕获tabpanel导航按钮单击事件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我使用MS vs 2015和C#
我有一个带有多个标签的tabpanel
我希望用于在面板中导航的按钮更快。
为了我必须截取他们的点击事件但我无法在属性中找到它
我的尝试:
查看属性窗口tabpanel控件
I work with MS vs 2015 and C#
I have a tabpanel with multiple tabs
I want that the buttons that are used to navigate in the panels to be faster.
For thta I have to intercept their click event but I cant find it in the properties
What I have tried:
Looking at the properties windows of the tabpanel control
推荐答案
这篇关于如何捕获tabpanel导航按钮单击事件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!