ChromiumWidgetNativeWindow Constructor |
Version 94.4.20
ChromiumWidgetMessageInterceptor constructor
Namespace:
CefSharp.WinForms.Experimental
Assembly:
CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 94.4.20.0 (94.4.20.0)
Syntaxpublic ChromiumWidgetNativeWindow(
Control control,
IntPtr chromeWidgetHostHandle
)
public:
ChromiumWidgetNativeWindow(
Control^ control,
IntPtr chromeWidgetHostHandle
)
Parameters
- control
- Type: System.Windows.Forms.Control
Control is used to handled the HandleDestroyed event so
we can automatically call ReleaseHandle(). If null then you are responsible
for calling ReleaseHandle() - chromeWidgetHostHandle
- Type: System.IntPtr
Hwnd to intercept messages for.
See Also