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

C#动态增加边框

时间:2014-12-09 22:45:06      阅读:225      评论:0      收藏:0      [点我收藏+]

标签:blog   ar   sp   div   log   bs   as   tt   nbsp   

  if (this.Width >= 600)
            {
                timer1.Enabled = false;

            }
            else
            {
                this.Width += 30;
            }
          

 

C#动态增加边框

标签:blog   ar   sp   div   log   bs   as   tt   nbsp   

原文地址:http://www.cnblogs.com/codemouserman/p/4154287.html

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