SpellCheckMenu.DictionarySuggestions Property |
Gets a collection of the suggested replacements for a misspelled word under the cursor.
Namespace:
DotNetBrowser.SpellCheck
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.11
Syntaxpublic IEnumerable<string> DictionarySuggestions { get; }
Property Value
Type:
IEnumerable<String>The suggested replacements for a misspelled word under the cursor. Can be empty.
See Also