| ChromiumWidgetNativeWindow Constructor  | 
Version 118.6.80 
            ChromiumWidgetMessageInterceptor constructor
            
 
    Namespace: 
   CefSharp.WinForms.Experimental
    Assembly:
   CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 118.6.80.0 (118.6.80.0)
 Syntax
Syntaxpublic ChromiumWidgetNativeWindow(
	Control control,
	IntPtr chromeWidgetHostHandle
)
public:
ChromiumWidgetNativeWindow(
	Control^ control, 
	IntPtr chromeWidgetHostHandle
)
Parameters
- control
- Type: System.Windows.FormsControl
 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: SystemIntPtr
 Hwnd to intercept messages for.
 See Also
See Also