TabControl.getVisibleItems

Syntax

getVisibleItems();

Description

The getVisibleItems method returns the array of visible control panel tabs.

Comments

Array elements are objects of the TabItem class.

Example

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

See also:

TabControl