property CalendarCombo.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 Background(exDropDownBackColor) property to specify the background color of the drop down portion of the control. You can use the Picture property to add your logo on the control's background. The picture is displayed on the drop down portion of the control. The /NET version provides the BackgroundImage property.

The following screen shot show a picture on the control's background: