ISpellCheckerDictionaryNames Property |
Gets or sets the list of the dictionary names used for spell checking.
Namespace:
DotNetBrowser.SpellCheck
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.15.1
Syntax IEnumerable<string> DictionaryNames { get; set; }
Property Value
Type:
IEnumerableString
The list of the dictionary names used for spell checking.
These dictionaries are downloaded programmatically and stored in the user data directory of the engine.
Exceptions Exception | Condition |
---|
ObjectDisposedException | The ISpellChecker has already been disposed. |
See Also