ToolBar.addItem

Syntax

addItem (item: PP.Ui.Control);

Parameters

item. A toolbar item is an instance of the class descendant of PP.Ui.Control.

Description

The addItem method adds a new child element to the toolbar.

Example

The example of method use is given in the Example of Creating the ToolBar Component page.

See also:

ToolBar