Click or drag to resize

TableLayoutRemove Method

Remove the specified child control.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public override void Remove(
	Control child
)

Parameters

child
Type: Eto.FormsControl
Child control to remove.
See Also