CefRenderHandler OnPopupShow Method Xilium.CefGlue

[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.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

protected virtual void OnPopupShow(
	CefBrowser browser,
	bool show
)

Parameters

browser
Type: Xilium.CefGlue CefBrowser

[Missing <param name="browser"/> documentation for "M:Xilium.CefGlue.CefRenderHandler.OnPopupShow(Xilium.CefGlue.CefBrowser,System.Boolean)"]

show
Type: OnlineSystem Boolean

[Missing <param name="show"/> documentation for "M:Xilium.CefGlue.CefRenderHandler.OnPopupShow(Xilium.CefGlue.CefBrowser,System.Boolean)"]

See Also