IContextMenuParamsDictionarySuggestions Property  | 
Version 104.4.240 
            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: 104.4.240.0 (104.4.240.0)
SyntaxList<string> DictionarySuggestions { get; }property List<String^>^ DictionarySuggestions {
	List<String^>^ get ();
}Property Value
Type: 
ListString
See Also