property Edit.Picture as IPictureDisp
Retrieves or sets a graphic to be displayed in the control.

TypeDescription
IPictureDisp A Picture object that specifies the control's background's picture.

Use the Picture and PictureDisplay properties to put a picture on the control's background.  If the Picture property is empty no  picture is displayed on the control's background. The VB provides method like LoadPicture that loads a picture from a file. Use the BackColor and ForeColor properties to define the control's background and foreground colors. Use the BackColorAlternate property to specify the background color for alternate lines. Use the BackColorLine property to specify the line's background color. Use the ForeColorLine property to specify the line's foreground color.