VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / SelectedThumbnailImageItemCollection Class
Properties Methods Events SeeAlso
In This Topic
    SelectedThumbnailImageItemCollection Class Members
    In This Topic
    The following tables list the members exposed by SelectedThumbnailImageItemCollection.
    Public Properties
     NameDescription
    Public PropertyGets the number of elements actually contained in the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Wpf.UI.ThumbnailImageItem>)
    Public PropertyGets or sets the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Wpf.UI.ThumbnailImageItem>)
    Protected Properties
    Public Methods
     NameDescription
    Public MethodAdds an object to the end of the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Wpf.UI.ThumbnailImageItem>)
    Public MethodAdds a range of thumbnails to the collection.
    Public MethodSignals the object that initialization is starting.
    Public MethodRemoves all elements from the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Wpf.UI.ThumbnailImageItem>)
    Public MethodClears the collection and adds a range of thumbnails to the collection.
    Public MethodDetermines whether an element is in the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Wpf.UI.ThumbnailImageItem>)
    Public MethodCopies the entire System.Collections.ObjectModel.Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Wpf.UI.ThumbnailImageItem>)
    Public MethodSignals the object that initialization is complete.
    Public MethodReturns an enumerator that iterates through the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Wpf.UI.ThumbnailImageItem>)
    Public MethodSearches for the specified object and returns the zero-based index of the first occurrence within the entire System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Wpf.UI.ThumbnailImageItem>)
    Public MethodInserts an element into the System.Collections.ObjectModel.Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Wpf.UI.ThumbnailImageItem>)
    Public MethodRemoves the first occurrence of a specific object from the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Wpf.UI.ThumbnailImageItem>)
    Public MethodRemoves the element at the specified index of the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Wpf.UI.ThumbnailImageItem>)
    Protected Methods
     NameDescription
    Protected MethodRemoves all elements from the collection.
    Protected MethodInserts an element into the collection at the specified index.
    Protected MethodRemoves the thumbnail at the specified index from the collection.
    Protected MethodReplaces the thumbnail at the specified index.
    Public Events
     NameDescription
    Public EventOccurs when this collection is changed.
    See Also