cxLookAndFeels Unit
Classes
| Name | Description |
|---|---|
| TcxCustomLookAndFeelController | The base class for the TdxSkinController component. |
| TcxLookAndFeel | Stores general appearance settings of a DevExpress control. |
| TcxLookAndFeelController |
A deprecated component designed to manage look & feel settings for all DevExpress controls in an application. Tip Use the TdxSkinController component or Project Settings instead. |
| TdxVisualRefinements | Stores global DevExpress control appearance settings that complement skins and palettes. |
Interfaces
| Name | Description |
|---|---|
| IcxLookAndFeelContainer | |
| IcxLookAndFeelNotificationListener | Exposes methods that notify a control with support for look & feel settings. |
| IcxLookAndFeelNotificationListener2 | Exposes methods that notify a control with support for look & feel settings. |
| IdxCustomSkinnedContainer | |
| IdxIDEAppearanceSupport | |
| IdxSkinSupport | |
| IdxSkinSupport2 | |
| IdxTouchModeSupport | |
| IdxVisualRefinementsListener |
Enums
| Name | Description |
|---|---|
| TcxLookAndFeelKind | Enumerates deprecated look & feel styles. |
| TcxLookAndFeelValue | Enumerates flags that correspond to individual look & feel settings. |
| TdxFormCorners | Enumerates form corner options. |
| TdxRenderMode | Enumerates render modes available for DevExpress controls. |
| TdxScrollbarMode | Enumerates different scrollbar modes for DevExpress controls (TcxControl and TdxVCLControl descendants). |
| TdxScrollMode | Enumerates scroll modes in DevExpress controls (TcxControl and TdxVCLControl descendant instances). |
| TdxSkinImageSet | |
| TdxTouchScrollUIMode |
Enumerates Touch-friendly scrollbar mode settings that can be applied to DevExpress controls (TcxControl and TdxVCLControl descendant instances).
|
Methods
| Name | Description |
|---|---|
| RootLookAndFeel | Provides access to global (application-wide) look & feel settings at runtime. |
Variables
| Name | Description |
|---|---|
| dxSkinFormCorners | Specifies the shape of form corners used by an application. |
| dxSkinShowFormShadow | Specifies if a skinned application form casts a shadow. |
Constants
| Name | Description |
|---|---|
| cxDefaultIsTouchModeEnabled | Specifies the default state of the Touch mode in DevExpress controls. |
| cxDefaultIsTouchScrollUIModeEnabled | Specifies the default state of the Touch-friendly scrollbar mode in DevExpress controls. |
| cxDefaultLookAndFeelKind | Determines the default value of the Kind property for all look & feel classes. |
| cxDefaultLookAndFeelNativeStyle | Specifies the initial native style usage flag for DevExpress controls. |
| cxDefaultLookAndFeelRenderMode | Specifies the default render mode for DevExpress controls at the application level. |
| cxDefaultLookAndFeelScrollMode | Specifies the default scroll mode for all DevExpress controls. |
| cxDefaultUseGlobalSkin | Specifies if controls with global skin synchronization flags and separate look & feel options automatically update their appearance from application-wide skin and palette settings. |
| cxDefaultUseGlobalSkinValue | |
| cxDefaultUseSkins | Specifies if skins are initially enabled. |
| cxDefaultUseSkinsInPopupMenus | Specifies if a skin controller can apply a skin to pop-up menus. |
| cxIsTouchModeEnabled | Determines if the Touch Mode is enabled in an application. |
| cxUseSkins | Specifies if a skin is applied to an application. |
| cxUseSkinsInPopupMenus | Specifies if a skin controller can apply a skin to pop-up menus. |
| dxDefaultSkinFormCorners | |
| dxDefaultSkinShowFormShadow | |
| dxDefaultSkinsUseImageSet | |
| dxUseVectorIcons | Specifies if DevExpress controls use vector icons instead of bitmaps in built-in menus and dialogs. |
Types
| Name | Description |
|---|---|
| TcxLookAndFeelValues | A set of flags that correspond to individual look & feel settings. |
| TdxPadding | Stores padding size adjustments. |