private void InputBox_Activated(object sender, System.EventArgs e) { Input.SelectAll(); Input.Focus(); }