Click or drag to resize

ToolItemCollectionAddRange Method (IEnumerableCommand, Int32)

Adds the specified commands to the collection starting at the specified order.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void AddRange(
	IEnumerable<Command> commands,
	int order = 0
)

Parameters

commands
Type: System.Collections.GenericIEnumerableCommand
Commands to add.
order (Optional)
Type: SystemInt32
Order of the items to add.
See Also