IWindowInfoSetAsChild(IntPtr) Method |
Version 130.1.90
Create the browser as a child window.
Calls GetClientRect(Hwnd) to obtain the window bounds
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax void SetAsChild(
IntPtr parentHandle
)
void SetAsChild(
IntPtr parentHandle
)
Parameters
- parentHandle IntPtr
- parent handle
See Also