IContextMenuParamsDictionarySuggestions Property |
Version 118.6.80
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: 118.6.80.0 (118.6.80.0)
Syntax List<string> DictionarySuggestions { get; }
property List<String^>^ DictionarySuggestions {
List<String^>^ get ();
}
Property Value
Type:
ListStringSee Also