ImageEn, unit iexColorPalette |
|
TIEColorPalette.CellStyle
Declaration
property CellStyle: TIECellStyle;
Description
Specify the style of the component. Either as standard color swatches or a grid of colors.
// Display component as color swatches
IEColorPalette1.CellStyle := iecsDefault;
// Display component as a grid of colors with a black border
IEColorPalette1.CellStyle := iecsBorderedGrid;
// Display component as a grid of colors without a border
IEColorPalette1.CellStyle := iecsFlatGrid;