Click or drag to resize
Wizard .NET Library

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
Syntax
public enum WizardClassicStyle
Members
  Member nameValueDescription
AeroStyle0Windows Vista style theme with large fonts and white background.
BasicStyle1Windows XP style theme with control color background.
Automatic2Use BasicStyle on Windows XP and AeroStyle for later versions.
See Also