IRenderHandler.OnImeCompositionRangeChanged Method |
Version 89.0.170
Called when the IME composition range has changed.
Namespace:
CefSharp.OffScreen
Assembly:
CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 89.0.170.0 (89.0.170.0)
Syntaxvoid OnImeCompositionRangeChanged(
Range selectedRange,
Rect[] characterBounds
)
void OnImeCompositionRangeChanged(
Range selectedRange,
array<Rect>^ characterBounds
)
Parameters
- selectedRange
- Type: CefSharp.Structs.Range
is the range of characters that have been selected - characterBounds
- Type:CefSharp.Structs.Rect[]
is the bounds of each character in view coordinates.
See Also