SaaS CMS has officially launched! Learn more now.

Class SingleChildControlCollection

copy class from System.Web.Extension

Inheritance
System.Object
SingleChildControlCollection
Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 11.8.3
Syntax
public sealed class SingleChildControlCollection : ControlCollection

Constructors

SingleChildControlCollection(Control)

Declaration
public SingleChildControlCollection(Control owner)
Parameters
Type Name Description
System.Web.UI.Control owner

Methods

Add(Control)

Declaration
public override void Add(Control child)
Parameters
Type Name Description
System.Web.UI.Control child

AddAt(Int32, Control)

Declaration
public override void AddAt(int index, Control child)
Parameters
Type Name Description
System.Int32 index
System.Web.UI.Control child

Clear()

Declaration
public override void Clear()

Remove(Control)

Declaration
public override void Remove(Control value)
Parameters
Type Name Description
System.Web.UI.Control value

RemoveAt(Int32)

Declaration
public override void RemoveAt(int index)
Parameters
Type Name Description
System.Int32 index