Click or drag to resize

CefBrowserHostReplaceMisspelling Method

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

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void ReplaceMisspelling(
	string word
)

Parameters

word
Type: SystemString
See Also