Name | Description | |
---|---|---|
IsFixedSize | Overridden. Gets a value indicating whether the ImageMapList has a fixed size. | |
IsReadOnly | Overridden. Gets a value indicating whether the ImageMapList is readonly. | |
Item | Gets the ImageMap object at the specified index. |
The following tables list the members exposed by ImageMapList.
Name | Description | |
---|---|---|
IsFixedSize | Overridden. Gets a value indicating whether the ImageMapList has a fixed size. | |
IsReadOnly | Overridden. Gets a value indicating whether the ImageMapList is readonly. | |
Item | Gets the ImageMap object at the specified index. |
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. |
Name | Description | |
---|---|---|
OnValidate | Overridden. Performs additional custom processes when validating a value. |