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