ChromiumWebBrowserOnPopupSize Method  | 
Version 108.4.130 
            Sets the popup size and position.
            
 
    Namespace: 
   CefSharp.Wpf
    Assembly:
   CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxprotected virtual void OnPopupSize(
	Rect rect
)
protected:
virtual void OnPopupSize(
	Rect rect
)
Parameters
- rect
 - Type: CefSharp.StructsRect
The popup rectangle (size and position). 
See Also