Editing Data
Optimizing Performance
   
AsYouType SpellChecking

The WinSpellChecker provides the capability to check spelling as the end user types and will notify the end user of the results by displaying red squiggles under the misspelled words.

Customizable UserDictionary

For words which aren’t included in a standard dictionary, the WinSpellChecker provides end users with the ability to add words to their own customized user dictionaries thorough the SpellCheckDialog.

Multi-Language Support

WinSpellChecker includes dictionaries for a number of languages including: French, Portuguese, German, Dutch, Spanish, and English (US and UK).  Switching between dictionaries can easily be accomplished at run time, to provide culture-specific spell checking for the end user.

Powerful Suggestion Engine

The WinSpellChecker can use one of two techniques to recommend suggestions for incorrectly spelled words.  It can base the suggestions on the actual word hash, matching the original spelling as closely as possible, or based on phonetics.  A phonetic match will recommend words which might have a completely different spelling, but sound as close to the original word as possible.

Spell Checking support for multiple input controls

The WinSpellChecker can be hooked up to the.NET RichTextBox, Infragistics Editors, or Infragistics WinGrid without having to write a single line of code.  In instances where you want to provide spell checking capabilities to elements which do not have direct support, the WinSpellChecker can be used to check any string of text.