Table of Contents

Property DictionarySuggestions

Namespace
DotNetBrowser.SpellCheck
Assembly
DotNetBrowser.dll

DictionarySuggestions

Gets a collection of the suggested replacements for a misspelled word under the cursor.

public IEnumerable<string> DictionarySuggestions { get; }

Property Value

IEnumerable<string>

The suggested replacements for a misspelled word under the cursor. Can be empty.