System.Web.UI.EmptyControlCollection.AddAt Method

Denies the addition of the specified System.Web.UI.Control object to the collection, at the specified index position.

Syntax

public override void AddAt (int index, Control child)

Parameters

index
The index at which to add the System.Web.UI.Control. This parameter is always ignored.
child
The System.Web.UI.Control to be added. This parameter is always ignored.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0