IContextMenuParamsDictionarySuggestions Property |
Version 130.1.90
Returns a list of strings from the spell check service for the misspelled word if there is one.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax List<string> DictionarySuggestions { get; }
property List<String^>^ DictionarySuggestions {
List<String^>^ get ();
}
Property Value
ListStringSee Also