BackColor (ImageList Control) example for Delphi

{This example sets the background color to red.}
LEADImgList1.BackColor := clRed;