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