private void button_Enter(object sender, EventArgs e) { this.label1.Focus(); }
获取焦点
当你点击按钮时,使label1获得焦点。