Beispiel #1
0
 /// <summary>
 /// Select all the text of the textbox
 /// </summary>
 public void SelectAllTextBox()
 {
     txtBox.SelectAll();
 }