CefRenderHandler OnPopupSize Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

Called when the browser wants to move or resize the popup widget. |rect| contains the new location and size in view coordinates.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

protected abstract void OnPopupSize(
	CefBrowser browser,
	CefRectangle rect
)

Parameters

browser
Type: Xilium.CefGlue CefBrowser

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

rect
Type: Xilium.CefGlue CefRectangle

[Missing <param name="rect"/> documentation for "M:Xilium.CefGlue.CefRenderHandler.OnPopupSize(Xilium.CefGlue.CefBrowser,Xilium.CefGlue.CefRectangle)"]

See Also