[]
Represents a visual style (Windows XP theme) handle from uxtheme.dll.
public class VisualStyleTheme : IDisposable, ICloneable
Public Class VisualStyleTheme
Implements IDisposable, ICloneable
Name | Description |
---|---|
VisualStyleTheme(string) | Creates a new visual style (XP theme). |
Name | Description |
---|---|
ThemeChangedEventAddress | Inditity of event pipe that will be raised whenever a theme changes. |
Name | Description |
---|---|
ClassList | Gets the class list for finding the visual style (XP theme) information. |
IsThemeActive | Gets whether visual styles (XP themes) are active. |
hTheme | Gets the visual style (XP theme) handle obtained from uxtheme.dll. |
Name | Description |
---|---|
Dispose() | Internal use only. Disposes a visual style (XP theme). |
Dispose(bool) | Internal use only. Frees system resources from a visual style (XP theme). |
Name | Description |
---|---|
ThemeChanged | Raises when system theme is changed |