TabControl.addItem

Syntax

addItem(value);

Parameters

value. Tab, instance of the PP.TabItem class.

Description

The addItem method adds a tab to the component.

Example

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

See also:

TabControl