我添加了对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