Click or drag to resize

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
C#
public IntPtr GetOpenerWindowHandle()

Return Value

Type: IntPtr
See Also