Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxWizardControlOptionsViewStyleAero Class

Contains the Aero wizard settings.

#Declaration

Delphi
TdxWizardControlOptionsViewStyleAero = class(
    TdxWizardControlCustomPersistent
)

#Remarks

This class introduces the settings with which you can do the following:

  • Specify the Aero wizard title settings (Title);

  • 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

See Also