[]
        
(Showing Draft Content)

C1.Win.Themes.C1IconCollection

C1IconCollection Class

Represents the collection of icons for the C1.Framework.C1CompositeIcon.

Inheritance
List<ThemeItem>
C1IconCollection
Implements
IList<ThemeItem>
ICollection<ThemeItem>
IReadOnlyList<ThemeItem>
IEnumerable<ThemeItem>
Namespace: C1.Win.Themes
Assembly: C1.Win.Themes.10.dll
Syntax
public class C1IconCollection : List<ThemeItem>, IList<ThemeItem>, ICollection<ThemeItem>, IList, ICollection, IReadOnlyList<ThemeItem>, IReadOnlyCollection<ThemeItem>, IEnumerable<ThemeItem>, IEnumerable
Public Class C1IconCollection
    Inherits List(Of ThemeItem)
    Implements IList(Of ThemeItem), ICollection(Of ThemeItem), IList, ICollection, IReadOnlyList(Of ThemeItem), IReadOnlyCollection(Of ThemeItem), IEnumerable(Of ThemeItem), IEnumerable

Constructors

Name Description
C1IconCollection(ThemeItem)

Initializes a new instance of the C1IconCollection class.