Remove the specified child from the container.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public override void Remove(
Control child
)
Public Overrides Sub Remove (
child As Control
)
abstract Remove :
child : Control -> unit
override Remove :
child : Control -> unit
Parameters
- child
- Type: Eto.FormsControl
Child to remove.
See Also