NavigationBar.addItem

Syntax

addItem (item: PP.NavigationItem);

Parameters

item. The tab to be added to navigator.

Description

The addItem property adds a tab with drop-down pane to the navigator.

Comments

A tab with drop-down panel is an instance of the NavigationItem class.

A panel can be also added to navigator using the Items property.

Example

An example of using this method is given on the Example of Creating the NavigationBar Component page.

See also:

NavigationBar