Click or drag to resize

ControlLogicalParent Property

Gets the logical parent control.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Container LogicalParent { get; }

Property Value

Type: Container
The logical parent.
Remarks
When the control is part of the visual tree (IsVisualControl is true), this returns the logical parent that contains this control. Otherwise this is the same as Parent.
See Also