TabControl.addItem

Syntax

addItem (value);

Parameters

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

Description

The addItem method adds a tab to the component.

Example

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

See also:

TabControl