[This is preliminary documentation and is subject to change.]
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: Xilium.CefGlueAssembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax
Parameters
- browser
- Type: Xilium.CefGlue CefBrowser
[Missing <param name="browser"/> documentation for "M:Xilium.CefGlue.CefRenderHandler.OnPopupShow(Xilium.CefGlue.CefBrowser,System.Boolean)"]
- show
- Type: System Boolean
[Missing <param name="show"/> documentation for "M:Xilium.CefGlue.CefRenderHandler.OnPopupShow(Xilium.CefGlue.CefBrowser,System.Boolean)"]
See Also