Click or drag to resize

ToolBarIHandler Interface

Handler interface for the ToolBar.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : WidgetIHandler

The ToolBarIHandler type exposes the following members.

Properties
  NameDescription
Public propertyDock
Gets or sets the docking hint for the toolbar.
Public propertyTextAlign
Gets or sets the text alignment hint.
Top
Methods
  NameDescription
Public methodAddButton
Adds a button at the specified index.
Public methodClear
Clears all buttons from the toolbar
Public methodRemoveButton
Removes the specified button.
Top
See Also