Click or drag to resize

IBrowserHost.ImeFinishComposingText Method

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

Parameters

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