[]
        
(Showing Draft Content)

C1.Win.C1Tile.SlideCollection

SlideCollection Class

Represents a collection of template slides.

Inheritance
SlideCollection
Namespace: C1.Win.C1Tile
Assembly: C1.Win.C1TileControl.4.8.dll
Syntax
public class SlideCollection : Collection<Slide>, IList<Slide>, ICollection<Slide>, IList, ICollection, IReadOnlyList<Slide>, IReadOnlyCollection<Slide>, IEnumerable<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.