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