Skip to main content
A newer version of this page is available. .

TdxCustomRibbon.EnableTabAero Property

Specifies whether the form transparency is enabled.

Declaration

property EnableTabAero: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set the EnableTabAero property to True, to enable the form transparency.

This feature is only in effect if the following conditions are met:

  • Windows Aero transparency is enabled in the end-user’s operating system.

  • The SupportNonClientDrawing property is True.

  • The applied skin supports Windows Aero transparency (the skin’s Ribbon.TabAeroSupport property is True – refer to the ExpressSkins Library documentation, for details).

The default value of the EnableTabAero property is True.

See Also