Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1ThemeLocator Class / C1ThemeLocator Constructor / C1ThemeLocator Constructor(LocationType,String)
The theme location type.
The theme name, e.g. "GreenHouse".

In This Topic
    C1ThemeLocator Constructor(LocationType,String)
    In This Topic
    Initializes a new instance of the ThemeLocator type from a location type and a theme name.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal locationType As C1ThemeLocator.LocationType, _
       ByVal themeName As System.String _
    )
    public C1ThemeLocator( 
       C1ThemeLocator.LocationType locationType,
       System.string themeName
    )

    Parameters

    locationType
    The theme location type.
    themeName
    The theme name, e.g. "GreenHouse".
    See Also