Example #1
0
 /// <summary>
 /// Selects all the text contained in the field.
 /// </summary>
 public void SelectAll()
 {
     textSelection.SelectAll();
 }