HotSpotCollection Members
.NET Framework 3.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. (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) |
Community Additions
ADD
Show: