ChromiumWebBrowserOnPopupSize Method |
Version 130.1.90
Sets the popup size and position.
Namespace: CefSharp.WpfAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax protected virtual void OnPopupSize(
Rect rect
)
protected:
virtual void OnPopupSize(
Rect rect
)
Parameters
- rect Rect
- The popup rectangle (size and position).
See Also