ComponentOne SpellChecker for WPF and Silverlight
C1.Silverlight.SpellChecker Namespace / SpellDictionaryBase Class
Members

In This Topic
    SpellDictionaryBase Class
    In This Topic
    Base class for built-in and user dictionaries (see (SpellDictionary and UserDictionary).
    Syntax
    'Declaration
     
    
    Public MustInherit Class SpellDictionaryBase 
       Implements ISpellDictionary 
    public abstract class SpellDictionaryBase : ISpellDictionary  
    Inheritance Hierarchy

    System.Object
       C1.Silverlight.SpellChecker.SpellDictionaryBase
          C1.Silverlight.SpellChecker.SpellDictionary
          C1.Silverlight.SpellChecker.UserDictionary

    See Also