[]
        
(Showing Draft Content)

C1.Win.C1Tile.TemplateCollection

TemplateCollection Class

Represents a collection of tile templates.

Inheritance
TemplateCollection
Namespace: C1.Win.C1Tile
Assembly: C1.Win.C1TileControl.4.8.dll
Syntax
public class TemplateCollection : Collection<Template>, IList<Template>, ICollection<Template>, IList, ICollection, IReadOnlyList<Template>, IReadOnlyCollection<Template>, IEnumerable<Template>, IEnumerable

Properties

Name Description
this[string]

Gets the first Template with the specified name in the collection.

Methods

Name Description
Clear(bool)

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

Contains(string)

Determines whether this collection contains a Template with the specified name.

IndexOf(string)

Determines index of the first Template with the specified name in the collection.

InsertItem(int, Template)

Inserts a Template into the TemplateCollection at the specified index.

Remove(string)

Removes the first occurrence of the Template with the specified name from the collection.

SetItem(int, Template)

Replaces the Template at the specified index.