Class TabPanelCollection
Inheritance
System.Object
TabPanelCollection
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
public class TabPanelCollection : ControlCollection
Constructors
Declaration
public TabPanelCollection(Control owner)
Parameters
Type |
Name |
Description |
System.Web.UI.Control |
owner |
|
Properties
Declaration
public TabPanel this[int index] { get; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
Methods
Declaration
public override void Add(Control child)
Parameters
Type |
Name |
Description |
System.Web.UI.Control |
child |
|
Declaration
public override void AddAt(int index, Control child)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Web.UI.Control |
child |
|