HotSpotCollection Members
.NET Framework 2.0
Represents a collection of HotSpot objects inside an ImageMap control. This class cannot be inherited.
The following tables list the members exposed by the HotSpotCollection type.
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements contained in the StateManagedCollection collection.(Inherited from StateManagedCollection.) |
| Item | Gets a reference to the HotSpot object at the specified index in the HotSpotCollection collection. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Add | Appends a specified HotSpot object to the end of the HotSpotCollection collection. |
| Clear | Removes all items from the StateManagedCollection collection. (Inherited from StateManagedCollection.) |
| CopyTo | Copies the elements of the StateManagedCollection collection to an array, starting at a particular array index. (Inherited from StateManagedCollection.) |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GetEnumerator | Returns an iterator that iterates through the StateManagedCollection collection. (Inherited from StateManagedCollection.) |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| Insert | Inserts a specified HotSpot object into the HotSpotCollection collection at the specified index location. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| Remove | Removes the specified HotSpot object from the HotSpotCollection collection. |
| RemoveAt | Removes the HotSpot object at the specified index location from the collection. |
| SetDirty | Forces the entire StateManagedCollection collection to be serialized into view state. (Inherited from StateManagedCollection.) |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Reference
HotSpotCollection ClassSystem.Web.UI.WebControls Namespace
ImageMap
HotSpot Class
Other Resources
ImageMap Web Server ControlCommunity Additions
ADD
Show: