Click or drag to resize

IRenderHandlerOnPopupSize Method

Version 91.1.160
Called when the browser wants to move or resize the popup widget.

Namespace:  CefSharp.OffScreen
Assembly:  CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 91.1.160.0 (91.1.160.0)
Syntax
void OnPopupSize(
	Rect rect
)

Parameters

rect
Type: CefSharp.StructsRect
contains the new location and size in view coordinates.
See Also