Click or drag to resize

IBrowserHostReplaceMisspelling Method

Version 75.1.140
If a misspelled word is currently selected in an editable node calling this method will replace it with the specified word.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax
void ReplaceMisspelling(
	string word
)

Parameters

word
Type: SystemString
word to be replaced
See Also