Click or drag to resize

ChromiumRenderWidgetHandleFinder Methods

Version 130.1.90

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
See Also