C# Класс Signum.Windows.ThemeManager

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
FilterThemeMessage ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr
ThemeManager ( ) : System

Описание методов

ChangeTheme() публичный статический Метод

Changes the theme using a compound theme name (theme-name[.theme-color]).
public static ChangeTheme ( string compoundThemeName ) : void
compoundThemeName string Compound theme name.
Результат void

ChangeTheme() публичный статический Метод

Changes the theme.
public static ChangeTheme ( string themeName, string themeColor ) : void
themeName string Name of the theme.
themeColor string Color of the theme.
Результат void