ComponentOne SpellChecker for WPF and Silverlight
CustomDictionary Property (C1SpellChecker)

C1.WPF.SpellChecker Namespace > C1SpellChecker Class : CustomDictionary Property
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

Reference

C1SpellChecker Class
C1SpellChecker Members