예제 #1
0
 private void KeyEnd(KeyEventArgs e)
 {
     TextSeconds.Focus();
     TextSeconds.CaretIndex = 2;
     e.Handled = true;
 }
예제 #2
0
 private void TextSeconds_GotFocus(object sender, RoutedEventArgs e)
 {
     lastFocus = "TextSeconds";
     TextSeconds.SelectAll();
 }