Click or drag to resize

ControlParent Property

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; }

Property Value

Type: Container
The parent control, or null if there is no parent
See Also