Click or drag to resize

IBrowserHostAddWordToDictionary Method

Version 94.4.20
Add the specified word to the spelling dictionary.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
void AddWordToDictionary(
	string word
)

Parameters

word
Type: SystemString
custom word to be added to dictionary
See Also