Click or drag to resize

IBrowserHost.AddWordToDictionary Method

Version 98.1.210
Add the specified word to the spelling dictionary.

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

Parameters

word
Type: System.String
custom word to be added to dictionary
See Also