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