System.Web.UI.WebControls.HotSpotCollection.Insert Method

Inserts a specified System.Web.UI.WebControls.HotSpot object into the System.Web.UI.WebControls.HotSpotCollection collection at the specified index location.

Syntax

public void Insert (int idx, HotSpot spot)

Parameters

idx
Documentation for this section has not yet been entered.
spot
The System.Web.UI.WebControls.HotSpot object to add to the collection.

Remarks

The HotSpotCollection.Insert(int, HotSpot) method adds the specified System.Web.UI.WebControls.HotSpot object to the collection at the specified index location. To append a System.Web.UI.WebControls.HotSpot object to the end of the collection, use the HotSpotCollection.Add(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