LayoutIPositionalLayoutHandlerRemove Method |
Removes the specified child from this layout
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void Remove(
Control control
)
Sub Remove (
control As Control
)
abstract Remove :
control : Control -> unit
Parameters
- control
- Type: Eto.FormsControl
Child control to remove
Remarks
This assumes that the control is already a child of this layout. This will make the child control
invisible to the user
See Also