XTPCurrentSystemTheme Enumeration
Description
Enumeration used to determine the current Windows XP theme in use.
Members
| Member | Description |
|---|---|
| xtpSystemThemeUnknown | Indicates no known theme in use. This means that the Operating System is not Windows XP or if the Operating System is Windows XP, the currently used theme is not Blue, Olive, or Silver. |
| xtpSystemThemeBlue | Indicates that the blue Windows XP theme is in use. |
| xtpSystemThemeOlive | Indicates that the Olive Windows XP theme is in use. |
| xtpSystemThemeSilver | Indicates that the Silver Windows XP theme is in use. |
| xtpSystemThemeRoyale | Indicates that the Windows Media Center Royale theme is in use. |
| xtpSystemThemeAero | Indicates that the Windows Vista Aero theme is in use. |
| xtpSystemThemeAuto | Indicates the currently set Operating System theme is used. |
Remarks
The GetCurrentSystemTheme method is used to determine the current system theme, while the SystemTheme property is used to force the application to use a specific theme.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.