Click or drag to resize

CefRenderHandlerOnPopupShow Method

Called when the browser wants to show or hide the popup widget. The popup should be shown if |show| is true and hidden if |show| is false.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual void OnPopupShow(
	CefBrowser browser,
	bool show
)

Parameters

browser
Type: Internal.Xilium.CefGlueCefBrowser
show
Type: SystemBoolean
See Also