Click or drag to resize

ChromiumRenderWidgetHandleFinder Class

Version 102.0.100
ChromiumWidgetHandleFinder is a helper class used to find the ChromeRenderWidgetHostClassName child Hwnd for the browser instance.
Inheritance Hierarchy
SystemObject
  CefSharp.WinForms.ExperimentalChromiumRenderWidgetHandleFinder

Namespace:  CefSharp.WinForms.Experimental
Assembly:  CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public static class ChromiumRenderWidgetHandleFinder

The ChromiumRenderWidgetHandleFinder type exposes the following members.

Methods
  NameDescription
Public methodStatic memberTryFindHandle(IBrowser, IntPtr)
Chromium's message-loop Window isn't created synchronously, so this may not find it. If so, you need to wait and try again later.
Public methodStatic memberTryFindHandle(IWebBrowser, IntPtr)
Chromium's message-loop Window isn't created synchronously, so this may not find it. If so, you need to wait and try again later.
Public methodStatic memberTryFindHandle(IntPtr, String, IntPtr)
Helper function used to find the child HWND with the ClassName matching chromeRenderWidgetHostClassName Chromium's message-loop Window isn't created synchronously, so this may not find it. If so, you need to wait and try again later. In most cases you should use the TryFindHandle(IWebBrowser, IntPtr) overload.
Top
Fields
  NameDescription
Public fieldStatic memberChromeRenderWidgetHostClassName
Class Name of the Chrome_RenderWidgetHostHWND Child Window
Top
See Also