Developer Resources
ToolBar
Overview
The ToolBar class represents a toolbar.
Constructor
- ToolBar()
Methods
- ToolBar.add
- Adds a toolbar item to the toolbar.
ToolBar.add
- function ToolBar.add(item : ToolBarItem)
Arguments
- item
- The toolbar item to add to the toolbar.
Description
Adds a toolbar item to the toolbar.