| IBrowserHostReplaceMisspelling Method  | 
Version 51.0.0
            If a misspelled word is currently selected in an editable node calling this method will replace it with the specified word.
            
 
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.0)
Syntaxvoid ReplaceMisspelling(
	string word
)
void ReplaceMisspelling(
	String^ word
)
Parameters
- word
 - Type: SystemString
word to be replaced 
See Also