[]
        
(Showing Draft Content)

C1.Win.C1Tile.ElementCollection

ElementCollection Class

Represents a collection of template elements.

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

Methods

Name Description
Clear(bool)

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

ClearItems()

Removes all items from the ElementCollection.

InsertItem(int, BaseElement)

Inserts a BaseElement into the ElementCollection at the specified index.

RemoveItem(int)

Removes the item at the specified index of the ElementCollection.

SetItem(int, BaseElement)

Replaces the BaseElement at the specified index.