Click or drag to resize
NativeMethodWrapperSetWindowParent Method
Version 63.0.0

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

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 63.0.0.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