Skip to main content

TdxWizardControlOptionsViewStyleAero.EnableTitleAero Property

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

Declaration

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