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