Environment.SetParentHandle Method

Sets the handle of the parent control.
Public Overrides Sub SetParentHandle( _ 
ByVal hwnd As IntPtr
)
This language is not supported or no code example is available.
public override void SetParentHandle( 
IntPtr hwnd 
)
This language is not supported or no code example is available.

Parameters

hwnd
IntPtr

The handle of the parent to set.

.NET Framework

Supported in: 4.8

In this article

Definition