Click or drag to resize

ToolBarIHandlerAddButton Method

Adds a button at the specified index.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void AddButton(
	ToolItem button,
	int index
)

Parameters

button
Type: Eto.FormsToolItem
Button to add.
index
Type: SystemInt32
Index of the button to add.
See Also