ImageEn, unit iexColorPalette |
|
TIEColorPalette.TransparentStyle
Declaration
property TransparentStyle: TIETransparentStyle;
Description
Specify how clTransparent values are displayed in the control.
// Show transparent cell as checkered
IEColorPalette1.TransparentStyle := ietsCheckers;
// Show transparent cell as an empty box with a red line through it
IEColorPalette1.TransparentStyle := ietsRedLine;
// Show transparent cell as box containing a diagonal cross
IEColorPalette1.TransparentStyle := ietsCross;