BorderColor example for Visual Basic

   'This sets the border style to Fixed Single.
   'And sets the border color to blue.
   LEADImgList1.Appearance = IMGLST_APPEARANCE_FLAT
   LEADImgList1.BorderStyle = 1
   LEADImgList1.BorderColor = RGB(0, 0, 255)