TcxLookAndFeelStyle Enum
Enumerates look & feel style types available for DevExpress controls.
Declaration
TcxLookAndFeelStyle = (
lfsFlat,
lfsStandard,
lfsUltraFlat,
lfsNative,
lfsOffice11,
lfsSkin
);
Members
Name | Description |
---|---|
lfsFlat
|
Deprecated. The Flat basic style imitates the appearance of UI elements in Microsoft Windows® 2000 and earlier operating systems. |
lfsStandard
|
Deprecated. The Standard basic style imitates the appearance of UI elements in Microsoft Windows® XP. |
lfsUltraFlat
|
Deprecated. The UltraFlat basic look & feel style is similar to Flat but excludes all 3D effects. |
lfsNative
|
The native look & feel style. You can apply this style to DevExpress controls to use the operating system’s draw routines to render UI elements. Note The native look & feel style has the highest priority when enabled. |
lfsOffice11
|
Deprecated. The |
lfsSkin
|
Recommended. A DevExpress skin is applied to a control. You can use the SkinName property of a TdxSkinController component to apply any available skin to the application if the NativeStyle property is set to |
Remarks
All DevExpress controls support raster and vector skins, operating system-dependent drawing routines (native style), and multiple built-in deprecated styles.
Direct TcxLookAndFeelStyle Type References
The TcxLookAndFeelStyles type references the TcxLookAndFeelStyle
type.