Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class InputTab

Simple input type that displays a System.Web.UI.WebControls.DropDownList with the available tabs for the site.

Inheritance
System.Object
InputTab
Implements
System.Web.UI.INamingContainer
Namespace: EPiServer.Web.WebControls
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
public class InputTab : InputBase, INamingContainer

Constructors

InputTab()

Initializes a new instance of the InputTab class.

Declaration
public InputTab()

Properties

TabID

Gets or sets the ID of the selected tab.

Declaration
public int TabID { get; set; }
Property Value
Type Description
System.Int32

The ID of the selected tab.

Methods

CreateChildControls()

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.

Declaration
protected override void CreateChildControls()

Implements

System.Web.UI.INamingContainer

Extension Methods