Click or drag to resize

DefaultRenderHandler.OnImeCompositionRangeChanged Method

Version 101.0.180
Called when the IME composition range has changed.

Namespace:  CefSharp.OffScreen
Assembly:  CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 101.0.180.0 (101.0.180.0)
Syntax
public virtual void OnImeCompositionRangeChanged(
	Range selectedRange,
	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.

Implements

IRenderHandler.OnImeCompositionRangeChanged(Range,Rect[])
See Also