Winform控件得到/失去焦點事件

//一、在窗口初始化時添加事件委託 private void LoginFrm_Load(object sender, EventArgs e) { txt_username.GotFocus += new EventHandler(txt_username_GotFocus);     txt_username.LostFocus += new EventHandler(txt_user
相關文章
相關標籤/搜索