C# Class Signum.Windows.ThemeManager

Mostra file Open project: signumsoftware/framework

Public Methods

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.

Private Methods

Method Description
FilterThemeMessage ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr
ThemeManager ( ) : System

Method Details

ChangeTheme() public static method

Changes the theme using a compound theme name (theme-name[.theme-color]).
public static ChangeTheme ( string compoundThemeName ) : void
compoundThemeName string Compound theme name.
return void

ChangeTheme() public static method

Changes the theme.
public static ChangeTheme ( string themeName, string themeColor ) : void
themeName string Name of the theme.
themeColor string Color of the theme.
return void