| 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
SyntaxToolBar 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
Remarks
            Note that each window can only have a single tool bar
            
 See Also
See Also