Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.5.2 Assembly / C1.Win.C1Themes Namespace / C1ThemeLocator Class / GetTheme Method

In This Topic
    GetTheme Method (C1ThemeLocator)
    In This Topic
    Gets the current theme.
    Syntax
    'Declaration
     
    Public Function GetTheme() As C1Theme
    public C1Theme GetTheme()

    Return Value

    The current theme, or null if the theme could not be loaded.
    See Also