DynamicLayoutAddRange Method (IEnumerableControl) |
Adds a list of controls
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void AddRange(
IEnumerable<Control> controls
)
Public Sub AddRange (
controls As IEnumerable(Of Control)
)
member AddRange :
controls : IEnumerable<Control> -> unit
Parameters
- controls
- Type: System.Collections.GenericIEnumerableControl
Controls to add.
Remarks See Also