Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1ThemeLocator Class / GetThemeName Method
OUT: the current theme location.

In This Topic
    GetThemeName Method (C1ThemeLocator)
    In This Topic
    Gets the current theme name and location.
    Syntax
    'Declaration
     
    Public Function GetThemeName( _
       ByRef locationType As C1ThemeLocator.LocationType _
    ) As System.String
    public System.string GetThemeName( 
       out C1ThemeLocator.LocationType locationType
    )

    Parameters

    locationType
    OUT: the current theme location.

    Return Value

    The current theme name.
    See Also