 | WizardClassicStyle Enumeration |
Styles that can be applied to the body of a
WizardControl when on XP or earlier or when a Basic theme is applied.
Namespace:
AeroWizard
Assembly:
AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntaxpublic enum WizardClassicStyle
Public Enumeration WizardClassicStyle
public enum class WizardClassicStyle
Members
| Member name | Value | Description |
---|
| AeroStyle | 0 | Windows Vista style theme with large fonts and white background. |
| BasicStyle | 1 | Windows XP style theme with control color background. |
| Automatic | 2 | Use BasicStyle on Windows XP and AeroStyle for later versions. |
See Also