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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void ReplaceMisspelling(
	string word
)

Parameters

word  String
 
See Also