RichTextBox SpellChecker

时间:2013-09-12 10:09:14

标签: vb.net winforms rtf spell-checking

我添加了对Presentation框架的引用,以便在我的WinForms应用程序(.NET 4.0)中对RichTextBox控件启用拼写检查支持。我试过了

Windows.Controls.SpellCheck.SetIsEnabled(rtf)    

Windows.Controls.SpellCheck.SetIsEnabled(DirectCast(rtf, Windows.Controls.Primitives.TextBoxBase), True)

但在这两种情况下,VS都抱怨RTB不是TextBoxBase类的后代,尽管MSDN文档声称它http://msdn.microsoft.com/en-us/library/system.windows.controls.spellcheck%28v=vs.100%29.aspx

0 个答案:

没有答案