WindowInfoWindowHandle Property  | 
Version 106.0.290 
            Handle for the new browser window. Only used with windowed rendering.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp.Core (in CefSharp.Core.dll) Version: 106.0.290.0
Syntaxpublic IntPtr WindowHandle { get; set; }public:
virtual property IntPtr WindowHandle {
	IntPtr get () sealed;
	void set (IntPtr value) sealed;
}Property Value
Type: 
IntPtrImplements
IWindowInfoWindowHandle
See Also