ImageList.ImageCollection
Wisej.Web.ImageList ImageCollection
Last updated
Was this helpful?
Wisej.Web.ImageList ImageCollection
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Encapsulates the collection of objects in an .
: Returns the number of in the collection.
: Returns the image at the index.
: Returns the first image identified by the key.
: Returns a collection with all the image keys.
Adds the image to the collection.
key
The key associated with the image .
image
Adds the image source to the collection.
key
The key associated with the imageSource .
imageSource
The name or URL of the image to add to the list.
Adds the specified image to the collection.
image
Adds the specified imageSource to the collection.
imageSource
The name or URl of the image to add to the list.
Adds the image entry to the collection.
entry
entries
Throws:
Removes all images from the collection.
Finds if the collection contains the image .
image
Finds if the collection contains the image key .
key
The key to locate in the collection.
Returns an enumerator that iterates the images in the collection.
Returns the index of the image in the collection.
image
Returns the index of the image key in the collection.
key
The key to located in the collection.
index
The position in the collection where to add the entry .
entry
Removes the image from the collection.
image
Removes the image at the specified index from the collection.
index
Removes the images identified by the key from the collection.
key
Sets the key (name) associated with the image.
index
name
An to add to the list.
An to add to the list.
The to add to the collection.
Adds an array of to the collection.
An array of objects
entries is null.
entries is the child of another .
The to locate in the collection.
Returns: . True if the collection contains the specified image .
Returns: . True if the collection contains the specified key .
Returns: .
The to located in the collection.
Returns: . The index of the specified image in the collection; otherwise -1 if not found.
Returns: . The index of the specified key in the collection; otherwise -1 if not found.
Inserts the at the specified index.
The to add to the collection at the specified index .
The to remove from the collection.
The index of the to remove from the collection.
The key of the to remove from the collection.
The index of the to change.
The new name of the at the specified index .