WindowInfoParentWindowHandle Property |
Version 130.1.90
Parent window handle
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public IntPtr ParentWindowHandle { get; set; }
public:
virtual property IntPtr ParentWindowHandle {
IntPtr get () sealed;
void set (IntPtr value) sealed;
}
Property Value
IntPtrImplements
IWindowInfoParentWindowHandleSee Also