C# 클래스 Signum.Windows.ThemeManager

파일 보기 프로젝트 열기: signumsoftware/framework

공개 메소드들

메소드 설명
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