ChromiumRenderWidgetHandleFinderTryFindHandle(IBrowser, IntPtr) Method |
Version 130.1.90
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.
Namespace: CefSharp.WinForms.ExperimentalAssembly: CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public static bool TryFindHandle(
IBrowser browser,
out IntPtr chromerRenderWidgetHostHandle
)
public:
static bool TryFindHandle(
IBrowser^ browser,
[OutAttribute] IntPtr% chromerRenderWidgetHostHandle
)
Parameters
- browser IBrowser
- IBrowser instance
- chromerRenderWidgetHostHandle IntPtr
- Handle of the child HWND with the name ChromeRenderWidgetHostClassName
Return Value
Booleanreturns true if the HWND was found otherwise false.
See Also