Click or drag to resize

ChromiumWebBrowserOnPopupSize Method

Version 96.0.142
Sets the popup size and position.

Namespace:  CefSharp.Wpf
Assembly:  CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 96.0.142.0 (96.0.142.0)
Syntax
protected virtual void OnPopupSize(
	Rect rect
)

Parameters

rect
Type: CefSharp.StructsRect
The popup rectangle (size and position).
See Also