TdxWizardControlOptionsViewStyleAero Class
Contains the Aero wizard settings.
Declaration
TdxWizardControlOptionsViewStyleAero = class(
TdxWizardControlCustomPersistent
)
Remarks
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.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxWizardControlCustomPersistent
TdxWizardControlOptionsViewStyleAero
See Also