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
)
Sub RemoveButton (
button As ToolItem,
index As Integer
)
abstract RemoveButton :
button : ToolItem *
index : int -> unit
Parameters
- button
- Type: Eto.FormsToolItem
Button to remove. - index
- Type: SystemInt32
Index of the button to remove.
See Also