Click or drag to resize

ContainerRemove Method (IEnumerableControl)

Remove the specified controls from this container

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public virtual void Remove(
	IEnumerable<Control> controls
)

Parameters

controls
Type: System.Collections.GenericIEnumerableControl
Controls to remove
See Also