TdxColorPalette Enum
Enumerates color palettes used in color gallery controls.
Declaration
TdxColorPalette = (
cpOffice,
cpExtended,
cpStandard
);
Members
Name |
---|
cpOffice
|
cpExtended
|
cpStandard
|
Remarks
Options include:
Value | Description | Sample |
---|---|---|
cpStandard | The standard color palette. | |
cpExtended | The extended color palette similar to that found in Office 2000 or Office 2003. | |
cpOffice | The color palette similar to that found in Office 2007 or Office 2010. This palette displays theme colors, their shades (calculated automatically), and standard colors. |
See Also