WindowInfoSetAsChild Method (IntPtr, Int32, Int32, Int32, Int32) |
Version 104.4.240
Create the browser as a child window.
Namespace:
CefSharp
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 104.4.240.0
Syntax public 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: SystemIntPtr
parent handle - left
- Type: SystemInt32
left - top
- Type: SystemInt32
top - right
- Type: SystemInt32
right - bottom
- Type: SystemInt32
bottom
Implements
IWindowInfoSetAsChild(IntPtr, Int32, Int32, Int32, Int32)See Also