Click or drag to resize

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.13.0
Syntax
C#
public IEnumerable<string> DictionarySuggestions { get; }

Property Value

Type: IEnumerableString
The suggested replacements for a misspelled word under the cursor. Can be empty.
See Also