ContainerRemove Method (IEnumerableControl) | 
 
            Remove the specified controls from this container
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic virtual void Remove(
	IEnumerable<Control> controls
)
Public Overridable Sub Remove ( 
	controls As IEnumerable(Of Control)
)
abstract Remove : 
        controls : IEnumerable<Control> -> unit 
override Remove : 
        controls : IEnumerable<Control> -> unit Parameters
- controls
 - Type: System.Collections.GenericIEnumerableControl
Controls to remove 
See Also