Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1ThemeLocator Class / C1ThemeLocator Constructor / C1ThemeLocator Constructor(String)
The string representing a theme locator, e.g. "builtin:GreenHouse".

In This Topic
    C1ThemeLocator Constructor(String)
    In This Topic
    Initializes a new instance of the ThemeLocator type from a string representing a theme locator.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal themeLocator As System.String _
    )
    public C1ThemeLocator( 
       System.string themeLocator
    )

    Parameters

    themeLocator
    The string representing a theme locator, e.g. "builtin:GreenHouse".
    See Also