System.Web.UI.WebControls.HotSpotCollection.RemoveAt Method

Removes the System.Web.UI.WebControls.HotSpot object at the specified index location from the collection.

Syntax

public void RemoveAt (int idx)

Parameters

idx
Documentation for this section has not yet been entered.

Remarks

The HotSpotCollection.RemoveAt(int) method removes the System.Web.UI.WebControls.HotSpot object at the specified index location from the collection. To remove a specific System.Web.UI.WebControls.HotSpot object from the collection by name, use the HotSpotCollection.Remove(HotSpot) method.

To add new System.Web.UI.WebControls.HotSpot objects to the collection, use the HotSpotCollection.Add(HotSpot) or the HotSpotCollection.Insert(int, HotSpot) method.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0