DotNetBrowser Documentation
DotNetBrowser Documentation
DotNetBrowser API Reference
DotNetBrowser.SpellCheck
ISpellCheckDictionary Interface
ISpellCheckDictionary Properties
Words Property
ISpellCheckDictionary
Words Property
Gets the words in the dictionary.
Namespace:
DotNetBrowser.SpellCheck
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax
C#
Copy
IEnumerable
<
string
>
Words
{
get
; }
Property Value
Type:
IEnumerable
String
A collection of the words in the dictionary. This collection will be empty if the dictionary does not have any words.
Exceptions
Exception
Condition
ObjectDisposedException
The
ISpellCheckDictionary
has already been disposed.
See Also
Reference
ISpellCheckDictionary Interface
DotNetBrowser.SpellCheck Namespace
Copyright © 2023 TeamDev Ltd. All Rights Reserved.