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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected virtual void OnPopupShow(
	CefBrowser browser,
	bool show
)

Parameters

browser  CefBrowser
 
show  Boolean
 
See Also