ImageMapList Class Members
In This Topic
The following tables list the members exposed by ImageMapList.
Public Properties
Public Methods
| Name | Description |
 | Add | Adds a ImageMap object to the list. |
 | AddRange | Adds the elements of a ImageMap array to the end of the ValueIndexCollection collection. |
 | Clear | Removes all ImageMap objects from the list. |
 | Contains | Retrieves a boolean value indicating if a specific ImageMap object exists in the list. |
 | IndexOf | Searches for the specified ImageMap object and returns the zero-based index of the first occurrence within the list. |
 | Insert | Inserts a ImageMap object into the list at the specified index. |
 | Remove | Removes the ImageMap object from the list. |
 | RemoveAt | Removes the ImageMap object from the list at the specified index. |
Top
Protected Methods
| Name | Description |
 | OnValidate | Overridden. Performs additional custom processes when validating a value. |
Top
See Also