Skip to main content

TcxLookAndFeelKind Enum

Enumerates deprecated look & feel styles.

Declaration

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

Members

Name Description
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.Kind
Specifies the active deprecated look & feel style for a DevExpress control.
TcxLookAndFeelController.Kind
Specifies the active deprecated look & feel style for DevExpress controls.
See Also