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