ChromiumHostControlBaseBrowserHwnd Property  | 
Version 104.4.240 
            IntPtr that represents the CefBrowser Hwnd
            Used for sending messages to the browser
            e.g. resize
            
 
    Namespace: 
   CefSharp.WinForms.Host
    Assembly:
   CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic IntPtr BrowserHwnd { get; set; }public:
property IntPtr BrowserHwnd {
	IntPtr get ();
	void set (IntPtr value);
}Property Value
Type: 
IntPtr
See Also