Gets the container which this control has been added to, if any
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Container Parent { get; }
Public ReadOnly Property Parent As Container
Get
member Parent : Container with get
Property Value
Type:
ContainerThe parent control, or null if there is no parent
See Also