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 public void ReplaceMisspelling(
string word
)
Parameters
- word
- Type: SystemString
See Also