BorderColor (ImageList Control) example for C++ Builder

/*This sets the border style to Fixed Single*/
/*And sets the border color to red.*/
LEADImgList1->Ctl3D = false;
LEADImgList1->BorderStyle = bsSingle;
LEADImgList1->BorderColor = clRed;