VisualStyleTheme Class Members
In This Topic
The following tables list the members exposed by VisualStyleTheme.
Public Constructors
Public Fields
| Name | Description |
| ThemeChangedEventAddress | Inditity of event pipe that will be raised whenever a theme changes. This field is constant and read-only. |
Top
Public Properties
| Name | Description |
| ClassList | Gets the class list for finding the visual style (XP theme) information. |
| hTheme | Gets the visual style (XP theme) handle obtained from uxtheme.dll. |
| IsThemeActive | Gets whether visual styles (XP themes) are active. |
Top
Public Methods
| Name | Description |
| Clone | Internal use only. Makes a clone of the visual style (XP theme). |
| Dispose | Overloaded. Internal use only. Disposes a visual style (XP theme). |
Top
Protected Methods
| Name | Description |
| Finalize | Internal use only. Handles a visual style (XP theme). |
Top
Public Events
| Name | Description |
| ThemeChanged | Raises when system theme is changed |
Top
See Also