[]
        
(Showing Draft Content)

C1.Win.Tile.ElementCollection

ElementCollection Class

Represents a collection of template elements.

Inheritance
ElementCollection
Namespace: C1.Win.Tile
Assembly: C1.Win.TileControl.10.dll
Syntax
public class ElementCollection : Collection<BaseElement>, IList<BaseElement>, ICollection<BaseElement>, IList, ICollection, IReadOnlyList<BaseElement>, IReadOnlyCollection<BaseElement>, IEnumerable<BaseElement>, IEnumerable
Public Class ElementCollection
    Inherits Collection(Of BaseElement)
    Implements IList(Of BaseElement), ICollection(Of BaseElement), IList, ICollection, IReadOnlyList(Of BaseElement), IReadOnlyCollection(Of BaseElement), IEnumerable(Of 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.