vcl-cxlookandfeels-29d13d0c.md
Enumerates deprecated look & feel styles.
TcxLookAndFeelKind = (
lfFlat,
lfStandard,
lfUltraFlat,
lfOffice11
);
| 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.
|
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.
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