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