IBrowserHostImeFinishComposingText Method |
Version 98.1.210
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: 98.1.210.0 (98.1.210.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