NativeMethods.SetParent(IntPtr, IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static IntPtr SetParent(IntPtr child, IntPtr newParent);
public static IntPtr SetParent (IntPtr child, IntPtr newParent);
static member SetParent : nativeint * nativeint -> nativeint
Public Shared Function SetParent (child As IntPtr, newParent As IntPtr) As IntPtr
Parameters
- child
-
IntPtr
nativeint
- newParent
-
IntPtr
nativeint
Returns
IntPtr
nativeint