Property Words
- Namespace
- DotNetBrowser.SpellCheck
- Assembly
- DotNetBrowser.dll
Words
Gets the words in the dictionary.
IEnumerable<string> Words { get; }
Property Value
- IEnumerable<string>
A collection of the words in the dictionary. This collection will be empty if the dictionary does not have any words.
Exceptions
- ObjectDisposedException
The ISpellCheckDictionary has already been disposed.