Click or drag to resize

ToolBar Class

Toolbar widget for use on a Window.
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[ContentPropertyAttribute("Items")]
public class ToolBar : Tool, IBindableWidgetContainer

The ToolBar type exposes the following members.

Constructors
  NameDescription
Public methodToolBar
Initializes a new instance of the ToolBar class
Top
Properties
  NameDescription
Public propertyDock
Gets or sets the docking hint for the toolbar.
Public propertyItems
Gets the collection of items in the toolbar.
Public propertyTextAlign
Gets or sets the text alignment hint.
Top
Methods
  NameDescription
Protected methodOnLoad
Called when the tool item is loaded to be shown on the form.
(Overrides ToolOnLoad(EventArgs).)
Protected methodOnPreLoad
Called when the tool item is removed from a form.
(Overrides ToolOnPreLoad(EventArgs).)
Protected methodOnUnLoad
Called when the tool item is removed from a form.
(Overrides ToolOnUnLoad(EventArgs).)
Top
Remarks
Only a single toolbar is currently supported for each window.
See Also