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
)
Protected Sub RemoveParent (
child As Control
)
member RemoveParent :
child : Control -> unit
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
DetachSee Also