System.Web.UI.WebControls.ImageMap.HotSpots Property

Gets a collection of System.Web.UI.WebControls.HotSpot objects that represents the defined hot spot regions in an System.Web.UI.WebControls.ImageMap control.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerDefaultProperty)]
[System.ComponentModel.NotifyParentProperty(true)]
public HotSpotCollection HotSpots { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the ImageMap.HotSpots property to programmatically manage the hot spot regions in an System.Web.UI.WebControls.ImageMap control. You can use the ImageMap.HotSpots property to add, insert, remove, and retrieve System.Web.UI.WebControls.HotSpot objects. For more information, see System.Web.UI.WebControls.HotSpotCollection.

Requirements

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