CefBrowserHostGetOpenerWindowHandle Method |
Retrieve the window handle of the browser that opened this browser. Will
return NULL for non-popup windows or if this browser is wrapped in a
CefBrowserView. This method can be used in combination with custom handling
of modal windows.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic IntPtr GetOpenerWindowHandle()
Return Value
IntPtr
See Also