IBrowserHostAddWordToDictionary Method |
Version 130.1.90
Add the specified word to the spelling dictionary.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax void AddWordToDictionary(
string word
)
void AddWordToDictionary(
String^ word
)
Parameters
- word String
- custom word to be added to dictionary
See Also