Click or drag to resize

ChromiumWidgetNativeWindow Constructor

Version 130.1.90
ChromiumWidgetMessageInterceptor constructor

Namespace: CefSharp.WinForms.Experimental
Assembly: CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public ChromiumWidgetNativeWindow(
	Control control,
	IntPtr chromeWidgetHostHandle
)

Parameters

control  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  IntPtr
Hwnd to intercept messages for.
See Also