[]
Checks whether a theme with a specified name has been registered.
public static bool IsThemeRegistered(string themeName)
| Type | Name | Description |
|---|---|---|
| string | themeName | The name of the theme to check. |
| Type | Description |
|---|---|
| bool | True if the theme has been registered, false otherwise. |