コード例 #1
0
 private void A_X_GotMouseCapture(object sender, MouseEventArgs e)
 {
     A_X.SelectAll();
 }
コード例 #2
0
 private void A_X_GotKeyboardFocus(object sender, KeyboardFocusChangedEventArgs e)
 {
     A_X.SelectAll();
 }