Click or drag to resize
IBrowserHostImeCommitText Method
Version 55.0.0
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: 55.0.0.0 (55.0.0.0)
Syntax
void ImeCommitText(
	string text
)

Parameters

text
Type: SystemString
text that will be committed
See Also