Show / Hide Table of Contents

Class DnnTabCollection

Inheritance
object
ControlCollection
DnnTabCollection
Implements
ICollection
IEnumerable
Inherited Members
ControlCollection.Clear()
ControlCollection.Contains(Control)
ControlCollection.IndexOf(Control)
ControlCollection.GetEnumerator()
ControlCollection.CopyTo(Array, int)
ControlCollection.RemoveAt(int)
ControlCollection.Remove(Control)
ControlCollection.Count
ControlCollection.Owner
ControlCollection.SyncRoot
ControlCollection.IsReadOnly
ControlCollection.IsSynchronized
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.UI.WebControls
Assembly: DotNetNuke.Web.dll
Syntax
public class DnnTabCollection : ControlCollection, ICollection, IEnumerable

Constructors

DnnTabCollection(Control)

Declaration
public DnnTabCollection(Control owner)
Parameters
Type Name Description
Control owner

Properties

this[int]

Declaration
public DnnTab this[int index] { get; }
Parameters
Type Name Description
int index
Property Value
Type Description
DnnTab

Methods

Add(Control)

Declaration
public override void Add(Control child)
Parameters
Type Name Description
Control child
Overrides
ControlCollection.Add(Control)

AddAt(int, Control)

Declaration
public override void AddAt(int index, Control child)
Parameters
Type Name Description
int index
Control child
Overrides
ControlCollection.AddAt(int, Control)

Implements

ICollection
IEnumerable

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS