ComponentOne SpellChecker for WinForms
In This Topic
    Other Spell-Checking Services
    In This Topic

    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.