CustomDictionary
Custom dictionaries are classes that derive from C1Window 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.