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.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected virtual void OnPopupShow(
CefBrowser browser,
bool show
)
Parameters
- browser CefBrowser
-
- show Boolean
-
See Also