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