static void textBox_GotFocus(object sender, EventArgs e) { InputMethod.SwitchInput(); }
static void textBox_LostFocus(object sender, EventArgs e) { InputMethod.HideInput(); }