Method | Description | |
---|---|---|
ChangeTheme ( string compoundThemeName ) : void |
Changes the theme using a compound theme name (theme-name[.theme-color]).
|
|
ChangeTheme ( string themeName, string themeColor ) : void |
Changes the theme.
|
Method | Description | |
---|---|---|
FilterThemeMessage ( |
||
ThemeManager ( ) : System |
public static ChangeTheme ( string compoundThemeName ) : void | ||
compoundThemeName | string | Compound theme name. |
return | void |
public static ChangeTheme ( string themeName, string themeColor ) : void | ||
themeName | string | Name of the theme. |
themeColor | string | Color of the theme. |
return | void |