码迷,mamicode.com
首页 > Windows程序 > 详细

winform中tabControl的标题隐藏

时间:2019-02-25 18:59:10      阅读:304      评论:0      收藏:0      [点我收藏+]

标签:rgs   src   blank   mamicode   属性   http   csdn   control   ems   

技术图片

 

方法一:

Apperarance 属性:Faltbuttons
SizeMode属性:Fixed
各个TabPage的Text :空
ItemSize : Width=0;Height=1; //Height不能设为0

 

方法二:

private void Form1_Load(object sender, EventArgs e)
{
     tabControl1.Region = new Region(new RectangleF(this.tabPage1.Left, this.tabPage1.Top, 
           this.tabPage1.Width, this.tabPage1.Height));
}

 

参考:CSDN

 

winform中tabControl的标题隐藏

标签:rgs   src   blank   mamicode   属性   http   csdn   control   ems   

原文地址:https://www.cnblogs.com/code1992/p/10432242.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!