TabControl

Inheritance Hierarchy

          IWebComponent

          IWebControl

          IWebTabControl

          WebTabControl

Description

The TabControl component is a panel with tabs.

Comments

The component saves screen space by displaying large amounts of information in smaller size of a web form by means of tabs with different contents. Each component tab is a container for other components. Toggling between the tabs is executed on tab click.

The component has different properties available in the design mode and in the web form execution mode.

The component has the onTabChange event that occurs on active tab change.

Example

See also:

Web Form Components