ChromiumWebBrowserOnPopupSize Method |
Version 67.0.0 Note: This API is now obsolete.
Called when the browser wants to move or resize the popup widget.
Namespace:
CefSharp.OffScreen
Assembly:
CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 67.0.0.0 (67.0.0.0)
Syntax [ObsoleteAttribute("This method will be removed, implement IRenderHandler and assign browser.RenderHandler")]
protected virtual void OnPopupSize(
Rect rect
)
protected:
[ObsoleteAttribute(L"This method will be removed, implement IRenderHandler and assign browser.RenderHandler")]
virtual void OnPopupSize(
Rect rect
)
Parameters
- rect
- Type: CefSharp.StructsRect
contains the new location and size in view coordinates.
See Also