Back to Devexpress

TdxWizardControlOptionsViewStyleAero.EnableTitleAero Property

vcl-dxcustomwizardcontrol-dot-tdxwizardcontroloptionsviewstyleaero.md

latest1.6 KB
Original Source

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

TypeDefaultDescription
BooleanTrue

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

TdxWizardControlOptionsViewStyleAero Class

TdxWizardControlOptionsViewStyleAero Members

dxCustomWizardControl Unit