Click or drag to resize

DefaultRenderHandlerOnPopupSize Method

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

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

Parameters

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

Implements

IRenderHandlerOnPopupSize(Rect)
See Also