Click or drag to resize

ContainerRemoveParent Method

Removes the specified control from the container.

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

Parameters

child
Type: Eto.FormsControl
Child to remove from this container
Remarks
This should only be called on controls that the container owns. Otherwise, call Detach
See Also