SpellCheckMenuDictionarySuggestions 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.23.2
Syntax public IEnumerable<string> DictionarySuggestions { get; }
Property Value
Type:
IEnumerableStringThe suggested replacements for a misspelled word under the cursor. Can be empty.
See Also