C# Class ImageGlass.Theme.RenderTheme

Afficher le fichier Open project: d2phap/ImageGlass Class Usage Examples

Méthodes publiques

Méthode Description
ApplyTheme ( System control ) : int

Apply system theme to control

ApplyTheme ( System control, string theme ) : int

Apply system theme to control (customize)

ClearTheme ( System control ) : int

Remove system theme

Private Methods

Méthode Description
SetWindowTheme ( [ hwnd, [ pszSubAppName, [ pszSubIdList ) : int

Method Details

ApplyTheme() public méthode

Apply system theme to control
public ApplyTheme ( System control ) : int
control System
Résultat int

ApplyTheme() public méthode

Apply system theme to control (customize)
public ApplyTheme ( System control, string theme ) : int
control System
theme string
Résultat int

ClearTheme() public méthode

Remove system theme
public ClearTheme ( System control ) : int
control System
Résultat int