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