Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.8 Assembly / C1.Win.C1Themes Namespace / C1ThemeController Class / IsThemeRegistered Method
The name of the theme to check.

In This Topic
    IsThemeRegistered Method (C1ThemeController)
    In This Topic
    Checks whether a theme with a specified name has been registered.
    Syntax
    'Declaration
     
    Public Shared Function IsThemeRegistered( _
       ByVal themeName As System.String _
    ) As System.Boolean
    public static System.bool IsThemeRegistered( 
       System.string themeName
    )

    Parameters

    themeName
    The name of the theme to check.

    Return Value

    True if the theme has been registered, false otherwise.
    See Also