WindowIHandlerToolBar Property |
Gets or sets the tool bar for the window.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax ToolBar ToolBar { get; set; }
Property ToolBar As ToolBar
Get
Set
abstract 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