Click or drag to resize

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
)

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