Click or drag to resize

TabHeader Class

Inheritance Hierarchy
System.Web.UI.WebControlsWebControl
  Dynamicweb.ControlsTabHeader

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[DefaultPropertyAttribute("Text")]
public class TabHeader : WebControl

The TabHeader type exposes the following members.

Constructors
  NameDescription
Public methodTabHeader
Initializes a new instance of the TabHeader class
Top
Properties
  NameDescription
Public propertyDisableTabs
Public propertyHeaders
Public propertyNavigation
Public propertyReturnWhat
Public propertyCode exampleSelectedTabIndex
Sets the active tab. Default is 1 - the first tag. The value can be set using a querystring parameter &Tab=
Public propertyTabs
Public propertyTitle
Public propertyTotalWidth
Top
Methods
  NameDescription
Protected methodRender
Top
See Also