The following tables list the members exposed by RasterImageListItemCollection.
Public Constructors
Name | Description | |
---|---|---|
RasterCollection<T> | Creates a new instance of RasterCollection/<T/> with default settings. (Inherited from RasterCollection<RasterImageListItem>) | |
RasterImageListItemCollection | Initializes a new instance of the RasterImageListItemCollection class. |
Public Methods
Name | Description | |
---|---|---|
Add | Adds the specified item to the end of the collection. (Inherited from RasterCollection<RasterImageListItem>) | |
AddRange | Adds the elements of an ICollection to the end of the collection. (Inherited from RasterCollection<RasterImageListItem>) | |
BringToFront | Brings the specified item forward in the collection. (Inherited from RasterCollection<RasterImageListItem>) | |
Clear | Removes all items from the collection. (Inherited from RasterCollection<RasterImageListItem>) | |
Contains | Determines whether or not the specified item is contained in the collection. (Inherited from 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 RasterCollection<RasterImageListItem>) | |
DisableEvents | Called to disable raising the ItemAdded and ItemRemoved events. (Inherited from RasterCollection<RasterImageListItem>) | |
EnableEvents | Called to enable raising the ItemAdded and ItemRemoved events. (Inherited from RasterCollection<RasterImageListItem>) | |
GetEnumerator | Returns a generic enumerator that can iterate through the RasterCollection/<T/>. (Inherited from RasterCollection<RasterImageListItem>) | |
IndexOf | Returns the index of the specified item if it is found in the collection. (Inherited from RasterCollection<RasterImageListItem>) | |
Insert | Inserts the specified item at the specified index. (Inherited from RasterCollection<RasterImageListItem>) | |
Remove | Removes the specified item. (Inherited from RasterCollection<RasterImageListItem>) | |
RemoveAt | Removes the item from the specified index. (Inherited from RasterCollection<RasterImageListItem>) | |
SendToBack | Sends the specified item back in the collection. (Inherited from RasterCollection<RasterImageListItem>) |
Protected Methods
Name | Description | |
---|---|---|
OnItemAdded | Raises the ItemAdded event. (Inherited from RasterCollection<RasterImageListItem>) | |
OnItemRemoved | Raises the ItemRemoved event. (Inherited from RasterCollection<RasterImageListItem>) |
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of items in the collection. (Inherited from RasterCollection<RasterImageListItem>) | |
IsReadOnly | Specifies whether or not the collection is Read Only. (Inherited from RasterCollection<RasterImageListItem>) | |
Item | Gets and sets the item at the specified index from within the collection. (Inherited from RasterCollection<RasterImageListItem>) |
Public Events
Name | Description | |
---|---|---|
ItemAdded | Occurs when an item is added to the collection. (Inherited from RasterCollection<RasterImageListItem>) | |
ItemRemoved | Occurs when an item is removed from the collection. (Inherited from RasterCollection<RasterImageListItem>) |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET