Click or drag to resize

ISpellCheckDictionaryWords Property

Gets the words in the dictionary.

Namespace:  DotNetBrowser.SpellCheck
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
IEnumerable<string> Words { get; }

Property Value

Type: IEnumerableString
A collection of the words in the dictionary. This collection will be empty if the dictionary does not have any words.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe ISpellCheckDictionary has already been disposed.
See Also