TabControl.getLayoutItems

Syntax

getLayoutItems();

Description

The getLayoutItems method returns an array of control tabs.

Comments

Array items are the objects of the PP.Ui.TabItem class.

Example

The example of method use is given in description of the TabControl.removeItemByIndex method.

See also:

TabControl