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