Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可以通过启用拼写检查来管理 RichTextBox/TextBox 中的单词,我发现这是必要的,因为一些医疗技术人员被突出显示(在 .net 字典资源中找不到)
如果此功能已启用,请告知,谢谢!
• C# - Fx3.5
我知道这篇文章很旧,但我想让您知道,4.0 框架现在允许 WPF TextBoxes 和 RichTextBoxes 的自定义字典。只要您避免一些问题区域,这很容易实现。如果您对如何执行此操作有任何疑问,请告诉我。
不,您无法控制拼写检查字典。
一个快速的谷歌搜索会告诉你他们正在“考虑在未来的版本中使用它”。