ComponentOne Themes for WinForms
IsThemeRegistered Method

C1.Win.C1Themes.4 Assembly > C1.Win.C1Themes Namespace > C1ThemeController Class : IsThemeRegistered Method
The name of the theme to check.
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

Reference

C1ThemeController Class
C1ThemeController Members