TabPanel Tag

Purpose

The TabPanel tag identifies a single panel within an outer TabContainer tag.  In general, there are multiple TabPanel tags contained within an outer TabContainer tag.

[Application Generation] properties (Iron Speed Designer)

These properties control specific types of controls created by Iron Speed Designer.

Property

Description

Title

Text

The panel’s title displayed in the tab.

Resource File Key

You can also dynamically fetch a text string from your application’s resource file (RESX) at application run-time by specifying a Resource Key.  This is useful in multi-language applications that have multiple resource files, one for each language.  This permits easy application localization by editing your application’s resource file instead of the application itself.  Specify the Resource Key in curly braces, e.g.:

{Txt:MyTextString}

Custom properties (Iron Speed Designer)

Property

Description

ParentTabContainer

Specifies the outer TabContainer control that contains this TabPanel tag.

ASP.NET Properties

See ASP.NET Control Properties for details.

See also

Code Generation Tags

Code Generation Tag Properties