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 > TabControl > TabControl.showContent

TabControl.showContent

Syntax

showContent();

Description

The showContent method displays tab contents.

Comments

To hide tab contents, use the TabControl.hideContent method.

Example

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

See also:

TabControl