IWindowInfoParentWindowHandle Property  | 
Version 102.0.100 
            Parent window handle
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
SyntaxIntPtr ParentWindowHandle { get; set; }property IntPtr ParentWindowHandle {
	IntPtr get ();
	void set (IntPtr value);
}Property Value
Type: 
IntPtr
See Also