问题描述
我在MainForm中添加了一个TabControl,当然,我在此TabControl上分配了几个TabPage,并为每个TabPage包括了它的控件.
TabPages将显示在"TabPage行(?)"上,当有更多TabPages时,它将在用户的"TabPage行"右侧弹出两个箭头框"单击并移动TabPage.
现在的问题如下:
1.如何在"TabPage行"的右侧添加特定的框(按钮),以便用户可以单击此框(按钮)以具有特定的功能?
2.如果显示箭头框",我如何始终将特定的框(按钮)保持在箭头框"的右侧?
I add a TabControl in MainForm, and of course, I assign several TabPages on this TabControl, and includes its control for each TabPage.
The TabPages will be shown on the ''TabPage row (?)'', and when there are more TabPages, it then will pop up two ''arrow box'' on the right hand of the ''TabPage row'' for user to click and shift the TabPage.
The questions now are below :
1. How can I add specific box(button) on the right hand of the ''TabPage row'', so that user can click this box(button) to have specific fucntion ?
2. If the ''arrow box'' is shown, how can I always keep the specific box(button) be at right hand of the ''arrow box'' ?
推荐答案
这篇关于如何在TabControl的TabPage行上添加特定的框(按钮)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!