RichTextBox for WPF | ComponentOne
C1.WPF.SpellChecker Namespace / C1SpellChecker Class / CustomDictionary Property

In This Topic
    CustomDictionary Property (C1SpellChecker)
    In This Topic
    Gets or sets a custom spell-checking dictionary.
    Syntax
    'Declaration
     
    
    Public Property CustomDictionary As ISpellDictionary
    public ISpellDictionary CustomDictionary {get; set;}
    Remarks
    This property allows you to specify additional custom dictionaries to be used in addition to the standard MainDictionary and UserDictionary dictionaries.
    See Also