How to remove the focus from a TextBox in WinForms? December 17, 2022 by Tarik You can add the following code: this.ActiveControl = null; //this = form