IWindowInfoWindowHandle Property |
Version 130.1.90
Handle for the new browser window. Only used with windowed rendering.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax IntPtr WindowHandle { get; set; }
property IntPtr WindowHandle {
IntPtr get ();
void set (IntPtr value);
}
Property Value
IntPtrSee Also