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

TypeDescription
IPictureDisp A Picture object that's displayed on the control's background.
By default, the control has no picture associated. The control uses the PictureDisplay property to determine how the picture is displayed on the control's background. Use the BackColor property to specify the control's background color. Use the Appearance property to change the control's border. Use the BorderWidth, BorderHeight property to indent the control's label based on the control's client area. Use the HTMLPicture property to add custom size pictures, and display them in the control's Caption using the <img> HTML element.