WPF Textbox禁用中文输入
先引入:
xmlns:input="clr-namespace:System.Windows.Input; assembly=PresentationCore"
再在Textbox加入如下属性:
input:InputMethod.IsInputMethodEnabled="False"
版权声明:
作者:bin
链接:https://ay123.net/mystudy/569/
来源:爱影博客
文章版权归作者所有,未经允许请勿转载。
THE END
0
二维码
海报
WPF Textbox禁用中文输入
先引入:
xmlns:input="clr-namespace:System.Windows.Input;
……
共有 0 条评论