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; }
Public ReadOnly Property LogicalParent As Container
Get
member LogicalParent : Container with get
Property Value
Type:
ContainerThe 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