Example #1
0
 static void textBox_GotFocus(object sender, EventArgs e)
 {
     InputMethod.SwitchInput();
 }
Example #2
0
 static void textBox_LostFocus(object sender, EventArgs e)
 {
     InputMethod.HideInput();
 }