Show contents 

Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing Web Application Using DHTML Components > Working with General Visual Components > Classes > TabItem > TabItem.getParent

TabItem.getParent

Syntax

getParent();

Description

The getParent method returns parent TabControl component for a tab.

Example

An example of method use is given in description of the TabControl.ItemSelected event.

See also:

TabItem