Class TabPanelCollection

Inheritance
System.Object
TabPanelCollection
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
public class TabPanelCollection : ControlCollection

Constructors

TabPanelCollection(Control)

Declaration
public TabPanelCollection(Control owner)
Parameters
Type Name Description
System.Web.UI.Control owner

Properties

Item[Int32]

Declaration
public TabPanel this[int index] { get; }
Parameters
Type Name Description
System.Int32 index
Property Value
Type Description
TabPanel

Methods

Add(Control)

Declaration
public override void Add(Control child)
Parameters
Type Name Description
System.Web.UI.Control child

AddAt(Int32, Control)

Declaration
public override void AddAt(int index, Control child)
Parameters
Type Name Description
System.Int32 index
System.Web.UI.Control child