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.CefGlue
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public IntPtr GetOpenerWindowHandle()
Return Value
Type:
IntPtrSee Also