Click or drag to resize

IContextMenuParams.DictionarySuggestions Property

Version 106.0.290
Returns a list of strings from the spell check service for the misspelled word if there is one.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntax
List<string> DictionarySuggestions { get; }

Property Value

Type: List<String>
See Also