IRenderHandlerOnPopupSize Method |
Version 130.1.90
Called when the browser wants to move or resize the popup widget.
Namespace: CefSharp.OffScreenAssembly: CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax void OnPopupSize(
Rect rect
)
void OnPopupSize(
Rect rect
)
Parameters
- rect Rect
- contains the new location and size in view coordinates.
See Also