Click or drag to resize

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 Value

Type: ToolBar
The tool bar for the window
Remarks
Note that each window can only have a single tool bar
See Also