| IRenderHandlerOnPopupShow Method | 
Version 130.1.90
            Called when the browser wants to show or hide the popup widget.  
            
Namespace: CefSharp.OffScreenAssembly: CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 129.0.110.0 (129.0.110.0)
 Syntax
Syntaxvoid OnPopupShow(
	bool show
)
void OnPopupShow(
	bool show
)
Parameters
- show  Boolean
- The popup should be shown if show is true and hidden if show is false.
 See Also
See Also