TabControl.Items

Syntax

Items;

Description

The Items property contains an array of control tabs.

Comments

Array elements are objects of the TabItem class.

Use JSON or the setItems method to set the property value and the getItems method to get the property value.

Example

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

See also:

TabControl