ISpellCheckerDictionaryNames Property |
Note: This API is now obsolete.
Gets or sets the list of the dictionary names used for spell checking.
Namespace:
DotNetBrowser.SpellCheck
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax [ObsoleteAttribute("Use ISpellChecker.Languages instead.", false)]
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