IBrowserHostImeFinishComposingText Method |
Version 55.0.0
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: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax void ImeFinishComposingText(
bool keepSelection
)
void ImeFinishComposingText(
bool keepSelection
)
Parameters
- keepSelection
- Type: SystemBoolean
If keepSelection is false the current selection, if any, will be discarded.
See Also