[]
This section will lead you through the creation of a simple Visual Studio project that uses the SpellChecker component with a RichTextBox control. Note that you could also check the spelling of the text in any TextBox control.
Complete the following steps to create a basic spell-checking form:
type=note
Note: The SpellChecking property is an extender property provided by the SpellChecker.
Now the sample application is ready; it’s that easy! Run the application, type any text in the box, and observe Microsoft Word-style spell-checking functionality (right-click misspelled words to see a list of suggestions):
Notice that spelling errors are indicated by a red, wavy underline. Right-clicking the spelling error provides valid spelling alternatives (just like in Microsoft Word).