Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.8 Assembly / C1.Win.C1Themes Namespace / C1IconCollection Class
Members

In This Topic
    C1IconCollection Class
    In This Topic
    Represents the collection of icons for the C1.Framework.C1CompositeIcon.
    Object Model
    C1IconCollection Class
    Syntax
    'Declaration
     
    Public Class C1IconCollection 
       Inherits System.Collections.Generic.List(Of ThemeItem)
    public class C1IconCollection : System.Collections.Generic.List<ThemeItem> 
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.List<T>
          C1.Win.C1Themes.C1IconCollection

    See Also