Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1ThemeController Class / GetThemes Method

In This Topic
    GetThemes Method (C1ThemeController)
    In This Topic
    Retrieves the names of all themes registered with the application.
    Syntax
    'Declaration
     
    Public Shared Function GetThemes() As System.String()
    public static System.string[] GetThemes()

    Return Value

    An array of strings containing names of all registered themes.
    See Also