private void button1_Click(object sender, EventArgs e) { //如果没有焦点,就不能选中 textBox1.Focus(); textBox1.SelectAll(); }