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

In This Topic
    C1IconCollection Constructor
    In This Topic
    Initializes a new instance of the C1IconCollection class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As ThemeItem _
    )
    public C1IconCollection( 
       ThemeItem owner
    )

    Parameters

    owner
    See Also