ComponentOne SpellChecker for WPF and Silverlight
CustomDictionary
Working with C1SpellChecker > Concepts and Main Properties > Spelling Dictionaries > CustomDictionary

Custom dictionaries are classes that derive from the C1Window class and implement the ISpellDictionary interface. This allows you to create dictionaries based on any custom logic that makes sense to your application. For example, you could create a dictionary that looks up words on the web and stores them in a cache, or that looks words up in a proprietary database.

Custom dictionaries are optional.

 

See Also