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 |
|
Remarks
You can use the EnableTitleAero property to disable or enable Aero Glass effects for the Wizard form title.
Limitations and Considerations
Aero Glass effects can affect the wizard title 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. We do not recommend that you use this compatibility mode for DevExpress-powered projects.
- A dedicated Wizard Form (a
TdxWizardControlFormdescendant) is used to host the TdxWizardControl component. We recommend that you use Wizard Application and Form templates shipped with the VCL Template Kit to create properly configured forms. - The wizard form is not skinned.
Default Value
The EnableTitleAero property’s default value is True.
See Also