Click or drag to resize

IRenderHandler.OnPopupShow Method

Version 110.0.300
Called when the browser wants to show or hide the popup widget.

Namespace:  CefSharp.OffScreen
Assembly:  CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 110.0.300.0 (110.0.300.0)
Syntax
void OnPopupShow(
	bool show
)

Parameters

show
Type: System.Boolean
The popup should be shown if show is true and hidden if show is false.
See Also