Click or drag to resize

ChromiumWebBrowserOnPopupShow Method

Version 96.0.142
Sets the popup is open.

Namespace:  CefSharp.Wpf
Assembly:  CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 96.0.142.0 (96.0.142.0)
Syntax
protected virtual void OnPopupShow(
	bool isOpen
)

Parameters

isOpen
Type: SystemBoolean
if set to true [is open].
See Also