ChromiumRenderWidgetHandleFinder Class |
Version 130.1.90Inheritance Hierarchy SystemObject CefSharp.WinForms.ExperimentalChromiumRenderWidgetHandleFinder Namespace: CefSharp.WinForms.ExperimentalAssembly: CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public static class ChromiumRenderWidgetHandleFinder
public ref class ChromiumRenderWidgetHandleFinder abstract sealed
The ChromiumRenderWidgetHandleFinder type exposes the following members.
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.
|
TopFields See Also