Auto highlight text in a textbox control August 27, 2023 by Tarik In Windows Forms and WPF: textbox.SelectionStart = 0; textbox.SelectionLength = textbox.Text.Length;