会员
周边
捐助
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
若岁月轻狂,愿你可以笑看夕阳
博客园
首页
新随笔
联系
管理
订阅
2013年5月20日
C#:如何去掉groupbox的边框线
摘要: 重写paint事件:private void groupBox1_Paint(object sender, System.Windows.Forms.PaintEventArgs e) { e.Graphics.Clear(this.BackColor); }
阅读全文
posted @ 2013-05-20 17:37 KeenLeung
阅读(13142)
评论(3)
推荐(0)
编辑
公告