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

c# WinForm加载焦点

时间:2014-12-01 15:40:36      阅读:219      评论:0      收藏:0      [点我收藏+]

标签:winform   blog   http   os   sp   for   on   div   log   

两种方法:

1 在Load中设置 
this.ActiveControl = this.textBox;

2 this.textBox.Focus(); 
但在Form_Load设置会无效,可在Form_Paint()中设置.bubuko.com,布布扣

c# WinForm加载焦点

标签:winform   blog   http   os   sp   for   on   div   log   

原文地址:http://www.cnblogs.com/eastson/p/4135110.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
分享档案
周排行
mamicode.com排行更多图片
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!