Gets or sets the parent container of the control.
Syntax
'Declaration
Public Property Parent As Control
public Control Parent {get; set;}
Property Value
A
System.Windows.Forms.Control that represents the parent or container control of the control.
See Also