The following tables list the members exposed by RasterImageListItemCollection.
| Name | Description | |
|---|---|---|
| RasterImageListItemCollection Constructor | Initializes a new instance of the RasterImageListItemCollection class. |
| Name | Description | |
|---|---|---|
| Count | Gets the number of items in the collection. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.RasterCollection<RasterImageListItem>) |
| IsReadOnly | Specifies whether or not the collection is Read Only. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.RasterCollection<RasterImageListItem>) |
| Item | Gets and sets the item at the specified index from within the collection. (Inherited from Leadtools.RasterCollection<RasterImageListItem>) |
| Name | Description | |
|---|---|---|
| Add | Adds the specified item to the end of the collection. (Inherited from Leadtools.RasterCollection<RasterImageListItem>) |
| AddRange | Adds the elements of an System.Collections.ICollection to the end of the collection. (Inherited from Leadtools.RasterCollection<RasterImageListItem>) |
| BringToFront | Brings the specified item forward in the collection. (Inherited from Leadtools.RasterCollection<RasterImageListItem>) |
| Clear | Removes all items from the collection. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.RasterCollection<RasterImageListItem>) |
| Contains | Determines whether or not the specified item is contained in the collection. (Inherited from Leadtools.RasterCollection<RasterImageListItem>) |
| CopyTo | Copies all the elements of the collection to the specified one-dimensional array starting at the specified destination array index. (Inherited from Leadtools.RasterCollection<RasterImageListItem>) |
| DisableEvents | Called to disable raising the ItemAdded and ItemRemoved events. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.RasterCollection<RasterImageListItem>) |
| EnableEvents | Called to enable raising the ItemAdded and ItemRemoved events. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.RasterCollection<RasterImageListItem>) |
| GetEnumerator | Returns a generic enumerator that can iterate through the RasterCollection. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.RasterCollection<RasterImageListItem>) |
| IndexOf | Returns the index of the specified item if it is found in the collection. (Inherited from Leadtools.RasterCollection<RasterImageListItem>) |
| Insert | Inserts the specified item at the specified index. (Inherited from Leadtools.RasterCollection<RasterImageListItem>) |
| Remove | Removes the specified item. (Inherited from Leadtools.RasterCollection<RasterImageListItem>) |
| RemoveAt | Removes the item from the specified index. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.RasterCollection<RasterImageListItem>) |
| SendToBack | Sends the specified item back in the collection. (Inherited from Leadtools.RasterCollection<RasterImageListItem>) |
| Name | Description | |
|---|---|---|
| OnItemAdded | (Inherited from Leadtools.RasterCollection<RasterImageListItem>) |
| OnItemRemoved | (Inherited from Leadtools.RasterCollection<RasterImageListItem>) |
| Name | Description | |
|---|---|---|
| ItemAdded | Occurs when an item is added to the collection. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.RasterCollection<RasterImageListItem>) |
| ItemRemoved | Occurs when an item is removed from the collection. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.RasterCollection<RasterImageListItem>) |