首页  编辑  

TextBox使其不能得到焦点

Tags: /C#/界面处理/TextBox_RichEdit/   Date Created:

private void textBox1_Enter( object sender , EventArgs e)

{

   textBox1 . Enabled = false ;

   textBox1 . Enabled = true ;

}