RichTextBox for WPF | ComponentOne
C1.WPF.SpellChecker Namespace / WordDictionary Class
Members

In This Topic
    WordDictionary Class
    In This Topic
    Dictionary of words and their replacements.
    Object Model
    WordDictionary Class
    Syntax
    'Declaration
     
    
    Public Class WordDictionary 
       Inherits System.Collections.Generic.Dictionary(Of String,String)
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.Dictionary<TKey,TValue>
          C1.WPF.SpellChecker.WordDictionary

    See Also