Click or drag to resize

ToolItemCollectionAdd Method (Command, Int32)

Add a command with the specified order.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void Add(
	Command command,
	int order = 0
)

Parameters

command
Type: Eto.FormsCommand
Command to add.
order (Optional)
Type: SystemInt32
Order to add it at.
See Also