Click or drag to resize

IBrowserHostImeFinishComposingText Method

Version 130.1.90
Completes the existing composition by applying the current composition node contents. See comments on ImeSetComposition for usage. This method is only used when window rendering is disabled. (WPF and OffScreen)

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
void ImeFinishComposingText(
	bool keepSelection
)

Parameters

keepSelection  Boolean
If keepSelection is false the current selection, if any, will be discarded.
See Also