RichTextBox for WPF | ComponentOne
C1.WPF.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).
    Object Model
    SpellDictionaryBase Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class SpellDictionaryBase 
       Implements ISpellDictionary 
    public abstract class SpellDictionaryBase : ISpellDictionary  
    Inheritance Hierarchy

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

    See Also