ComponentOne SpellChecker for WinForms
CustomDictionary Property

C1.Win.C1SpellChecker.4 Assembly > C1.Win.C1SpellChecker 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