IBrowserHostImeCommitText Method |
Version 130.1.90
Completes the existing composition by optionally inserting the specified
text into the composition node.
This method is only used when window rendering is disabled. (WPF and OffScreen)
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax void ImeCommitText(
string text,
Range? replacementRange,
int relativeCursorPos
)
void ImeCommitText(
String^ text,
Nullable<Range> replacementRange,
int relativeCursorPos
)
Parameters
- text String
- text that will be committed
- replacementRange NullableRange
- is an optional range of the existing text that will be replaced. (MAC OSX ONLY)
- relativeCursorPos Int32
- is where the cursor will be positioned relative to the current cursor position. (MAC OSX ONLY)
See Also