vcl-dxcustomwizardcontrol-8472645b.md
Contains the Aero wizard settings.
TdxWizardControlOptionsViewStyleAero = class(
TdxWizardControlCustomPersistent
)
This class introduces the settings with which you can do the following:
Control whether or not Aero Glass theme effects are applied to the wizard title (EnableTitleAero).
A TdxWizardControlOptionsViewStyleAero object is referenced by a wizard control OptionsViewStyleAero property.
Note
If you need to change several TdxWizardControlOptionsViewStyleAero settings simultaneously, enclose the code that modifies settings within the BeginUpdate/EndUpdate method blocks to improve performance.
TObject TPersistent TcxOwnedPersistent TdxWizardControlCustomPersistent TdxWizardControlOptionsViewStyleAero
See Also