Click or drag to resize

IBrowserHostImeCommitText Method

Version 91.1.160
Completes the existing composition by optionally inserting the specified text into the composition node. This method is only used when window rendering is disabled. (WPF and OffScreen)

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 91.1.160.0 (91.1.160.0)
Syntax
void ImeCommitText(
	string text,
	Nullable<Range> replacementRange,
	int relativeCursorPos
)

Parameters

text
Type: SystemString
text that will be committed
replacementRange
Type: SystemNullableRange
is an optional range of the existing text that will be replaced. (MAC OSX ONLY)
relativeCursorPos
Type: SystemInt32
is where the cursor will be positioned relative to the current cursor position. (MAC OSX ONLY)
See Also