May 02, 2013
Selects the entire contents of the text box.
public void SelectAll()
The following code example shows how you can use the SelectAll method.
private void SelectAll() { //Entire contents of MyTB are selected MyTB.SelectAll(); }
Windows Phone