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.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected abstract void OnPopupSize(
CefBrowser browser,
CefRectangle rect
)
Parameters
- browser CefBrowser
-
- rect CefRectangle
-
See Also