WindowInfo.SetAsChild Method (IntPtr, Int32, Int32, Int32, Int32) |
Version 109.1.110
Create the browser as a child window.
Namespace:
CefSharp
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 109.1.110.0
Syntaxpublic void SetAsChild(
IntPtr parentHandle,
int left,
int top,
int right,
int bottom
)
public:
virtual void SetAsChild(
IntPtr parentHandle,
int left,
int top,
int right,
int bottom
) sealed
Parameters
- parentHandle
- Type: System.IntPtr
parent handle - left
- Type: System.Int32
left - top
- Type: System.Int32
top - right
- Type: System.Int32
right - bottom
- Type: System.Int32
bottom
Implements
IWindowInfo.SetAsChild(IntPtr, Int32, Int32, Int32, Int32)
See Also