This example illustrates how to highlight misspelled words in the RichTextBox control.
The DevExpress.XtraSpellChecker.Native.RichTextBoxTextController instance is created for the specified RichTextBox and the ISpellChecker.Check method of the SpellChecker control checks the text for spelling errors.
↧
How to implement CheckAsYouType mode for WinForms SpellChecker used with the RichTextBox control
↧