[]
        
(Showing Draft Content)

C1.Win.Tile.SlideCollection

SlideCollection Class

Represents a collection of template slides.

Inheritance
SlideCollection
Namespace: C1.Win.Tile
Assembly: C1.Win.TileControl.10.dll
Syntax
public class SlideCollection : Collection<Slide>, IList<Slide>, ICollection<Slide>, IList, ICollection, IReadOnlyList<Slide>, IReadOnlyCollection<Slide>, IEnumerable<Slide>, IEnumerable
Public Class SlideCollection
    Inherits Collection(Of Slide)
    Implements IList(Of Slide), ICollection(Of Slide), IList, ICollection, IReadOnlyList(Of Slide), IReadOnlyCollection(Of Slide), IEnumerable(Of Slide), IEnumerable

Methods

Name Description
Clear(bool)

Removes all slides from the collection, then disposes the slides.

ClearItems()

Removes all items from the SlideCollection.

InsertItem(int, Slide)

Inserts a Slide into the SlideCollection at the specified index.

RemoveItem(int)

Removes the item at the specified index of the SlideCollection.

SetItem(int, Slide)

Replaces the Slide at the specified index.