Gets or sets the tool bar for the window.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public ToolBar ToolBar { get; set; }
Public Property ToolBar As ToolBar
Get
Set
member ToolBar : ToolBar with get, set
Property Value
Type:
ToolBarThe tool bar for the window
Remarks
Note that each window can only have a single tool bar
See Also