Click or drag to resize

NativeMethodWrapperSetWindowParent Method

Version 75.1.140

[Missing <summary> documentation for "M:CefSharp.NativeMethodWrapper.SetWindowParent(System.IntPtr,System.IntPtr)"]

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 75.1.140.0
Syntax
public static void SetWindowParent(
	IntPtr child,
	IntPtr newParent
)

Parameters

child
Type: SystemIntPtr

[Missing <param name="child"/> documentation for "M:CefSharp.NativeMethodWrapper.SetWindowParent(System.IntPtr,System.IntPtr)"]

newParent
Type: SystemIntPtr

[Missing <param name="newParent"/> documentation for "M:CefSharp.NativeMethodWrapper.SetWindowParent(System.IntPtr,System.IntPtr)"]

See Also