LEADTOOLS Windows Forms (Leadtools.WinForms assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
RasterImageListItemCollection Class Methods
See Also 
Leadtools.WinForms Namespace : RasterImageListItemCollection Class


"

For a list of all members of this type, see RasterImageListItemCollection members.

"

Public Methods

 NameDescription
public Method AddAdds the specified item to the end of the collection. (Inherited from Leadtools.RasterCollection<RasterImageListItem>)
public Method AddRangeAdds the elements of an System.Collections.ICollection to the end of the collection. (Inherited from Leadtools.RasterCollection<RasterImageListItem>)
public Method BringToFrontBrings the specified item forward in the collection. (Inherited from Leadtools.RasterCollection<RasterImageListItem>)
public Method ClearRemoves all items from the collection. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.RasterCollection<RasterImageListItem>)
public Method ContainsDetermines whether or not the specified item is contained in the collection. (Inherited from Leadtools.RasterCollection<RasterImageListItem>)
public Method CopyToCopies all the elements of the collection to the specified one-dimensional array starting at the specified destination array index. (Inherited from Leadtools.RasterCollection<RasterImageListItem>)
public Method DisableEventsCalled to disable raising the ItemAdded and ItemRemoved events. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.RasterCollection<RasterImageListItem>)
public Method EnableEventsCalled to enable raising the ItemAdded and ItemRemoved events. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.RasterCollection<RasterImageListItem>)
public Method GetEnumeratorReturns a generic enumerator that can iterate through the RasterCollection. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.RasterCollection<RasterImageListItem>)
public Method IndexOfReturns the index of the specified item if it is found in the collection. (Inherited from Leadtools.RasterCollection<RasterImageListItem>)
public Method InsertInserts the specified item at the specified index. (Inherited from Leadtools.RasterCollection<RasterImageListItem>)
public Method RemoveRemoves the specified item. (Inherited from Leadtools.RasterCollection<RasterImageListItem>)
public Method RemoveAtRemoves the item from the specified index. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.RasterCollection<RasterImageListItem>)
public Method SendToBackSends the specified item back in the collection. (Inherited from Leadtools.RasterCollection<RasterImageListItem>)
Top

Protected Methods

See Also