Class TabPanelCollection
- Namespace
- AjaxControlToolkit
- Assembly
- AjaxControlToolkit.dll
public class TabPanelCollection : ControlCollection
- Inheritance
-
TabPanelCollection
Constructors
public TabPanelCollection(Control owner)
Parameters
owner
Control
Properties
public TabPanel this[int index] { get; }
Parameters
index
int
Property Value
- TabPanel
Methods
public override void Add(Control child)
Parameters
child
Control
public override void AddAt(int index, Control child)
Parameters
index
int
child
Control