Click or drag to resize

IBrowserHostImeFinishComposingText Method

Version 94.4.20
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: 94.4.20.0 (94.4.20.0)
Syntax
void ImeFinishComposingText(
	bool keepSelection
)

Parameters

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