Show / Hide Table of Contents

Class TypedControlCollection<T>

Inheritance
object
ControlCollection
TypedControlCollection<T>
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.SyncRoot
ControlCollection.IsReadOnly
ControlCollection.IsSynchronized
ControlCollection.this[int]
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
Namespace: DotNetNuke.Web.UI.WebControls
Assembly: DotNetNuke.Web.dll
Syntax
public sealed class TypedControlCollection<T> : ControlCollection, ICollection, IEnumerable where T : Control
Type Parameters
Name Description
T

Constructors

TypedControlCollection(Control)

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

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