Click or drag to resize

ToolBarIHandlerRemoveButton Method

Removes the specified button.

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

Parameters

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