| ChromiumRenderWidgetHandleFinder Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CefSharp.WinForms.Experimental
 Syntax
SyntaxThe ChromiumRenderWidgetHandleFinder type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | TryFindHandle(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.
             | 
|   | TryFindHandle(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.
             | 
|   | TryFindHandle(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.
             | 
 Fields
Fields| Name | Description | |
|---|---|---|
|   | ChromeRenderWidgetHostClassName | 
            Class Name of the Chrome_RenderWidgetHostHWND Child Window
             | 
 See Also
See Also