Skip to main content

TdxCustomWizardControl.ViewStyle Property

Switches the wizard view style.

Declaration

property ViewStyle: TdxWizardControlViewStyle read; write; default wcvsWizard97;

Property Value

Type Default
TdxWizardControlViewStyle wcvsWizard97

Remarks

Options include:

Value

View Style

(Wizard Standard)

Sample

wcvsWizard97

Wizard 97

wcvsAero

Aero Wizard

While both these styles have many UI elements in common, the watermark and title are style-specific and their default visibility is set based on the wizard standard. Refer to the Page Layout section for details.

Note

We recommend that you use the specially designed wizard form (a TdxWizardControlForm object) to host your Aero wizard. This form implements form sizing and positioning on screen, as well as proper form painting for Aero Glass theme effects. To learn how to add this wizard form to your project, refer to this section.

The default value of the ViewStyle property is wcvsWizard97.

See Also