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

The following tables list the members exposed by RasterImageListItemCollection.

Public Constructors

 NameDescription
public Constructor RasterImageListItemCollection ConstructorInitializes a new instance of the RasterImageListItemCollection class.  
Top

Public Properties

 NameDescription
public Property CountGets the number of items in the collection. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.RasterCollection<RasterImageListItem>)
public Property IsReadOnlySpecifies whether or not the collection is Read Only. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.RasterCollection<RasterImageListItem>)
public Property ItemGets and sets the item at the specified index from within the collection. (Inherited from Leadtools.RasterCollection<RasterImageListItem>)
Top

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

Public Events

 NameDescription
public Event ItemAddedOccurs when an item is added to the collection. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.RasterCollection<RasterImageListItem>)
public Event ItemRemovedOccurs when an item is removed from the collection. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.RasterCollection<RasterImageListItem>)
Top

See Also