'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.