Click or drag to resize

IBrowserHostAddWordToDictionary Method

Version 71.0.0
Add the specified word to the spelling dictionary.

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

Parameters

word
Type: SystemString

[Missing <param name="word"/> documentation for "M:CefSharp.IBrowserHost.AddWordToDictionary(System.String)"]

See Also