关于启用拼写检查的 WPF RichTextBox
SpellCheck.IsEnabled="True"
...wpf 应用程序中的属性,它可以在使用 SO Windows XP 和 Office 2007 的计算机上运行,但是使用 Office 2003 的 PC 上有什么问题吗? 似乎拼写检查器被禁用,这个问题可以用代码解决吗? 提前致谢!
SpellCheck.IsEnabled="True"
...property in a wpf application, it works in machines with S.O Windows XP and with Office 2007, but whats the matter with Pc with Office 2003? it seems the spellchecker is disabled, this issue can be fixed with code? thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查以确保两台计算机处于相同的(或受支持的区域设置),因为 SpellCheck 对象的一个有趣问题是它仅适用于以下区域设置:
您还可以尝试 Microsoft 的此代码块:
Check to make sure both machines are in the same (or a supported locale), because an interesting problem with the SpellCheck object is it only works in the following locales:
You can also try this block of code from Microsoft: