ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / LayerList Class / LayerList Constructor / LayerList Constructor(IThemeManager)
An object for managing colors of the UI-controls

In This Topic
    LayerList Constructor(IThemeManager)
    In This Topic
    Initializes a new instance of layer list.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal themeManager As IThemeManager _
    )
    public LayerList( 
       IThemeManager themeManager
    )

    Parameters

    themeManager
    An object for managing colors of the UI-controls
    See Also