Removes the System.Web.UI.WebControls.HotSpot object at the specified index location from the collection.
- idx
- Documentation for this section has not yet been entered.
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.