Back to Devexpress

TdxWizardControlOptionsViewStyleAero Class

vcl-dxcustomwizardcontrol-8472645b.md

latest1.8 KB
Original Source

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

TObject TPersistent TcxOwnedPersistent TdxWizardControlCustomPersistent TdxWizardControlOptionsViewStyleAero

See Also

TdxWizardControlOptionsViewStyleAero Members

dxCustomWizardControl Unit