Click or drag to resize

CefRenderHandlerOnPopupSize Method

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

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected abstract void OnPopupSize(
	CefBrowser browser,
	CefRectangle rect
)

Parameters

browser  CefBrowser
 
rect  CefRectangle
 
See Also