摘要: 两种解决方案: 第一种: //关闭输入法 System.Windows.Input.InputMethod.Current.ImeState = InputMethodState.Off; 第二种: InputMethod.IsInputMethodEnabled="False" 直接在控件上 禁用 阅读全文
posted @ 2020-01-07 10:07 Jake陈 阅读(1460) 评论(0) 推荐(0) 编辑