Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1ThemeLocator Class / GetAvailableThemes Method
Identifies the type of a theme location.

In This Topic
    GetAvailableThemes Method (C1ThemeLocator)
    In This Topic
    Gets available theme names.
    Syntax
    'Declaration
     
    Public Shared Function GetAvailableThemes( _
       ByVal location As C1ThemeLocator.LocationType _
    ) As System.Collections.Generic.List(Of String)
    public static System.Collections.Generic.List<string> GetAvailableThemes( 
       C1ThemeLocator.LocationType location
    )

    Parameters

    location
    Identifies the type of a theme location.

    Return Value

    The list of strings of avalable theme names.
    See Also