Add a dialog spell checker to your Silverlight applications (SL v3, v4 and Windows Phone 7).
Spell check's plain text boxes, rich text boxes (SL v4) and 3rd party controls. Designed to have a minimal foot-print,
uncompressed, the DLL and English dictionary total only 570KB.
Download our fully functional evaluation and add a Silverlight spell checker to your own applications quickly and easily – includes Visual Studio demos and full documentation.
General Details
The RapidSpell Silverlight spell checker includes 2 spelling controls; RapidSpellDialog for dialog based spell checking and
the RapidSpellChecker engine to spell check strings.
RapidSpellDialog has all the usual GUI features, add, undo, options, change, change all, ignore, ignore all, smart suggestions
and double word detection. Spell check selections, whole documents with wrap at end, and accepts manual corrections.
The customizable option forms provide the user with several spell checking options and the ability to modify the contents
of their 'user dictionary' (if activated).
The API was designed to provide for easy customization. The dialog spell checker GUIs can be redesigned by simply modifying
the UI XAML in the Visual Studio designer, source is included in the demo projects. The behavior of the spell checking GUI
can be customized by modifying the XAML codebehind or the presenter class (through subclassing).