| ImageEn, unit iexColorPalette |
|
TIEColorPalette.OnPaintCell
Declaration
property OnPaintCell: TIEPaintCellEvent;
Description
Occurs whenever a color cell is painted.
Set
Handled to True if you have drawn the cell yourself.
Example
IEColorPalette1.OnPaintCell := IEColorPalette1PaintCell;
See Also
◼OnAfterPaintCell