Click or drag to resize

ContainerRemoveLogicalParent Method

Removes the child control from the logical parent of this container.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected void RemoveLogicalParent(
	Control child
)

Parameters

child
Type: Eto.FormsControl
Child to remove from this container as the logical parent.
Remarks
This should be used from containers that use other Eto controls to layout its children but should not be part of the logical heirarchy.
See Also