ComponentOne SpellChecker for WinForms
Other Spell-Checking Services
C1SpellChecker Fundamentals > Other Spell-Checking Services

C1SpellChecker exposes lower-level methods for checking text that is not necessarily in any controls. For example, you can use these methods to spell-check text stored in databases or in text files.

The CheckText method spell-checks a string and returns a list of errors in a CharRange object. The GetSuggestions method provides a list of suggestions for misspelled words.