User32SetParent Method

Overload List

SetParent(HandleRef, IntPtr) Changes the parent window of the specified child window.
SetParent(HandleRef, HandleRef) Changes the parent window of the specified child window.
SetParent(IntPtr, IntPtr) Changes the parent window of the specified child window.
SetParent(SafeHandle, IntPtr) Changes the parent window of the specified child window.
SetParent(SafeHandle, SafeHandle) Changes the parent window of the specified child window.

See Also