CreateParams.Parent Property

Definition

Gets or sets the control's parent.

public:
 property IntPtr Parent { IntPtr get(); void set(IntPtr value); };
public IntPtr Parent { get; set; }
member this.Parent : nativeint with get, set
Public Property Parent As IntPtr

Property Value

IntPtr

nativeint

An IntPtr that contains the window handle of the control's parent.

Applies to

See also