Back to Devexpress

TcxLookAndFeelKind Enum

vcl-cxlookandfeels-29d13d0c.md

latest1.7 KB
Original Source

TcxLookAndFeelKind Enum

Enumerates deprecated look & feel styles.

Declaration

delphi
TcxLookAndFeelKind = (
    lfFlat,
    lfStandard,
    lfUltraFlat,
    lfOffice11
);

Members

NameDescription
lfFlat

The Flat basic look & feel style imitates the appearance of UI elements in Microsoft Windows® 2000 and earlier operating systems.

| | lfStandard |

The Standard basic look & feel style imitates the appearance of UI elements in Microsoft Windows® XP.

| | lfUltraFlat |

The UltraFlat basic look & feel style is similar to Flat, but excludes all 3D effects.

| | lfOffice11 |

The Office11 basic look & feel style inspired by the appearance of Microsoft Office® 2003 applications.

|

Remarks

Warning

The TcxLookAndFeelKind type enumerates deprecated look & feel styles that imitate the appearance of UI elements in Microsoft Windows® XP and earlier operating systems. We recommend that you use a TdxSkinController component to apply DevExpress and custom skins to your application.

Direct TcxLookAndFeelKind Type References

The following public API members reference the TcxLookAndFeelKind type:

TcxLookAndFeel.KindSpecifies the active deprecated look & feel style for a DevExpress control.TcxCustomLookAndFeelController.Kind Deprecated. Specifies the active deprecated look & feel style for DevExpress controls. See Also

TcxLookAndFeelStyle Type

cxLookAndFeels Unit