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.EnableTitleAero Property

Specifies if Aero Glass theme effects are applied to the wizard title.

#Declaration

Delphi
property EnableTitleAero: Boolean read; write; default True;

#Property Value

Type Default Description
Boolean True

True if Aero Glass effects are applied to the wizard title; otherwise, False.

#Remarks

Set this property to True to apply Aero Glass theme effects to the wizard title. This property is in effect only if the following conditions are met:

  • Windows Aero transparency is enabled in the host operating system.

  • An application is not in GDI Scaled mode.

  • The specially designed wizard form (TdxWizardControlForm) hosts your wizard control. You can switch your form class to TdxWizardControlForm at any time, or add a wizard form in your IDE form template.

  • The wizard form is not skinned.

The EnableTitleAero property’s default value is True.

See Also