Gets or sets a custom spell-checking dictionary.
Namespace:
C1.Silverlight.SpellCheckerAssembly: C1.Silverlight.SpellChecker (in C1.Silverlight.SpellChecker.dll)
Syntax
| C# |
|---|
public ISpellDictionary CustomDictionary { get; set; } |
| Visual Basic |
|---|
Public Property CustomDictionary As ISpellDictionary Get Set |
Remarks
This property allows you to specify additional custom dictionaries to be used
in addition to the standard MainDictionary and UserDictionary
dictionaries.