HotSpotCollection Members

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
Public method HotSpotCollection Initializes a new instance of the HotSpotCollection class.
Top

  Name Description
Public property Count  Gets the number of elements contained in the StateManagedCollection collection.(Inherited from StateManagedCollection.)
Public property Item Gets a reference to the HotSpot object at the specified index in the HotSpotCollection collection.
Top

(see also Protected Methods )
  Name Description
Public method Add Appends a specified HotSpot object to the end of the HotSpotCollection collection.
Public method Clear  Removes all items from the StateManagedCollection collection. (Inherited from StateManagedCollection.)
Public method CopyTo  Copies the elements of the StateManagedCollection collection to an array, starting at a particular array index. (Inherited from StateManagedCollection.)
Public method Equals  Overloaded. Determines whether two Object instances are equal. (Inherited from Object.)
Public method GetEnumerator  Returns an iterator that iterates through the StateManagedCollection collection. (Inherited from StateManagedCollection.)
Public method 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.)
Public method GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method Insert Inserts a specified HotSpot object into the HotSpotCollection collection at the specified index location.
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method Remove Removes the specified HotSpot object from the HotSpotCollection collection.
Public method RemoveAt Removes the HotSpot object at the specified index location from the collection.
Public method SetDirty  Forces the entire StateManagedCollection collection to be serialized into view state. (Inherited from StateManagedCollection.)
Public method ToString  Returns a String that represents the current Object. (Inherited from Object.)
Top

  Name Description
Protected method 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.)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (Inherited from Object.)
Top

Community Additions

ADD
Show: