CefBrowserHostGetWindowHandle Method |
Retrieve the window handle for this browser. If this browser is wrapped in
a CefBrowserView this method should be called on the browser process UI
thread and it will return the handle for the top-level native window.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic IntPtr GetWindowHandle()
Return Value
IntPtr
See Also