Table of Contents

Class TabPanelCollection

Namespace
AjaxControlToolkit
Assembly
AjaxControlToolkit.dll
public class TabPanelCollection : ControlCollection
Inheritance
TabPanelCollection

Constructors

TabPanelCollection(Control)

public TabPanelCollection(Control owner)

Parameters

owner Control

Properties

this[int]

public TabPanel this[int index] { get; }

Parameters

index int

Property Value

TabPanel

Methods

Add(Control)

public override void Add(Control child)

Parameters

child Control

AddAt(int, Control)

public override void AddAt(int index, Control child)

Parameters

index int
child Control